UNPKG
pridoujs
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
The pridou interpreter.
github.com/Pridou/pridou
Pridou/pridou
pridoujs
/
lib
/
utils
/
index.d.ts
3 lines
(2 loc)
•
120 B
TypeScript
View Raw
1
2
3
export
declare
function
isIdentifier
(
value
:
string
):
boolean
;
export
declare
function
isNumber
(
value
:
string
):
boolean
;