UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

3 lines (2 loc) • 108 B
declare function isPromise<T, S>(obj: PromiseLike<T> | S): obj is PromiseLike<T>; export default isPromise;