UNPKG

@darkobits/re-pack

Version:

Utility for managing NPM package contents.

6 lines (5 loc) 189 B
/** * Checks that a publish is being performed by re-pack and not a naked * `npm publish`, which can lead to breaking changes for users. */ export default function publishGuard(): void;