UNPKG

ovuse

Version:

WPF-inspired Web UI framework

10 lines (9 loc) 242 B
export { }; declare global { interface String { format(...replacements: string[]): string; toUpperFirstLetter(): string; toLowerFirstLetter(): string; startsWith(other: string): boolean; } }