UNPKG

qms-js

Version:

A common library that can be used for fe and be

13 lines (12 loc) 295 B
declare global { interface String { capitalize(): string; camelCase(): string; isGuid(): boolean; isValidURL(): boolean; isJSON(): boolean; safeURI(path: string): string; fullMatch(des: string): boolean; } } export {};