UNPKG

pdd

Version:
4 lines (3 loc) 139 B
declare type TrimType = 'R' | 'L' | ''; export declare function strTrim(str: string, char: string, type?: TrimType): string; export {};