UNPKG

@pnpm/fs.packlist

Version:

Get a list of the files to add from a directory into an npm package

4 lines (3 loc) 145 B
export declare function packlist(pkgDir: string, opts?: { packageJsonCache?: Record<string, Record<string, unknown>>; }): Promise<string[]>;