UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 277 B
import trimmedEndIndex from "./_trimmedEndIndex.js"; var reTrimStart = /^\s+/; function baseTrim(string) { return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string; } export { baseTrim as default }; //# sourceMappingURL=_baseTrim.js.map