UNPKG
kod-temp
Version:
latest (0.0.0)
0.0.0
Workano Communications SDK
kod-temp
/
dist
/
esm
/
types
/
lib
/
utils
/
string.d.ts
3 lines
•
203 B
TypeScript
View Raw
1
2
3
export
declare
const
camelToUnderscore
:
(
key
:
string
) =>
string
;
export
declare
const
obfuscateToken
:
(
token
:
string
|
null
|
undefined
) =>
string
|
null
|
undefined
;
//# sourceMappingURL=string.d.ts.map