UNPKG

@changesets/cli

Version:

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

4 lines (3 loc) 172 B
declare const removeEmptyFolders: (folderPath: string) => void; declare const removeFolders: (folderPath: string) => void; export { removeEmptyFolders, removeFolders };