UNPKG

@pakk/core

Version:

The core library of pakk, that can manage your package.json for library development.

5 lines 226 B
/** * Takes out the @ in front of a packageName and replaces / with a - */ export declare const normalizePackageName: (packageName: string | undefined) => string; //# sourceMappingURL=normalize-package-name.function.d.ts.map