UNPKG
ts-trial
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React Ui Components for Freemium Apps
github.com/RyderKishan/ts-trial
RyderKishan/ts-trial
ts-trial
/
core
/
utils
/
index.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
declare
const
getError
:
(
testString
:
string
,
regex
:
string
|
RegExp
) =>
boolean
;
declare
const
isNull
:
(
data
:
any
) =>
boolean
;
export
{ getError, isNull };