UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 145 B
/** * Checks if string ends with specified suffix. */ declare function endsWith(str: any, suffix: any): boolean; export default endsWith;