UNPKG

@skhemata/skhemata-form

Version:

Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.

6 lines 179 B
import rtrim from './rtrim'; import ltrim from './ltrim'; export default function trim(str, chars) { return rtrim(ltrim(str, chars), chars); } //# sourceMappingURL=trim.js.map