{"version":3,"file":"type-predicate.mjs","names":[],"sources":["../../src/type-predicate.ts"],"sourcesContent":["import type { PackagerId } from './types';\n\nexport function isPackagerId(input: unknown): input is PackagerId {\n  return input === 'npm' || input === 'pnpm' || input === 'yarn';\n}\n"],"mappings":";;;AAEA,SAAgB,aAAa,OAAqC;AAChE,QAAO,UAAU,SAAS,UAAU,UAAU,UAAU"}