UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
utils
/
_str.d.ts
6 lines
(5 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
_str
: {
isYesInput
(s?:
string
|
null
):
boolean
;
toTitleCase
(
s
:
string
):
string
;
sanitizeIdentifier
(
name
:
string
):
string
; };