UNPKG

@changesets/cli

Version:

Organise your package versioning and publishing to make both contributors and maintainers happy

3 lines (2 loc) 108 B
declare const removeEmptyFolders: (folderPath: string) => Promise<void[]>; export { removeEmptyFolders };