UNPKG

x-js-utils

Version:
4 lines (3 loc) 116 B
import { XPosType } from ".."; declare const trim: (str: string, pos?: XPosType) => string; export default trim;