UNPKG

typedash

Version:

modern, type-safe collection of utility functions

11 lines (10 loc) 275 B
// src/functions/ensureSuffix/ensureSuffix.ts function ensureSuffix(string, suffix) { if (string.endsWith(suffix)) { return string; } return `${string}${suffix}`; } export { ensureSuffix }; //# sourceMappingURL=out.js.map //# sourceMappingURL=chunk-F3VUPJ5W.js.map