UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

9 lines 246 B
/** * Checks if string ends with the given target string * * @param {string} str * @param {string} target * @returns {boolean} */ export default function endsWith(str: string, target: string): boolean; //# sourceMappingURL=endsWith.d.ts.map