UNPKG

@pnpm/types

Version:
4 lines (3 loc) 201 B
export type PackageVersionPolicy = (pkgName: string) => boolean | string[]; export type AllowBuild = (pkgName: string, pkgVersion: string) => boolean; export type TrustPolicy = 'no-downgrade' | 'off';