UNPKG
@pushrocks/smartstring
Version:
latest (4.0.7)
4.0.7
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
3.0.26
3.0.25
3.0.24
3.0.23
3.0.22
3.0.21
3.0.20
3.0.19
3.0.18
3.0.17
3.0.14
3.0.13
3.0.11
3.0.10
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
handle strings in smart ways. TypeScript ready.
gitlab.com/pushrocks/smartstring
@pushrocks/smartstring
/
dist_ts
/
smartstring.type.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
declare
const
isUtf8
:
(
stringArg
:
string
) =>
boolean
;
export
declare
const
isBase64
:
(
stringArg
:
string
) =>
boolean
;