UNPKG

@pnpm/fs.packlist

Version:

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

5 lines (4 loc) 148 B
export declare function packlist(pkgDir: string, opts?: { manifest?: Record<string, unknown>; workspaceDir?: string; }): Promise<string[]>;