UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 151 B
/** * Checks if string starts with specified prefix. */ declare function startsWith(str: any, prefix: any): boolean; export default startsWith;