UNPKG

netpower-js

Version:

A common library that can be used for fe and be

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