UNPKG

@synerty/orb-vortexjs

Version:

Custom observable data serialisation and routing based on Angular2

8 lines (7 loc) 230 B
interface String { replaceAll(stringToFind: string, stringToReplace: string): string; format(...args: any[]): string; startsWith(str: string): boolean; endsWith(str: string): boolean; isPrintable(): boolean; }