UNPKG

sinotron

Version:

Simple framework for Typescript Electron projects

6 lines (5 loc) 158 B
export declare const _str: { isYesInput(s?: string | null): boolean; toTitleCase(s: string): string; sanitizeIdentifier(name: string): string; };