UNPKG

netsuite-api-client

Version:
4 lines (3 loc) 169 B
declare function removeTrailingSlash(str: string): string; declare function removeLeadingSlash(str: string): string; export { removeLeadingSlash, removeTrailingSlash };