This website works better with JavaScript
Home
Explore
Help
Sign In
waibao
/
NN2022100801
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b0ae456090
Branches
Tags
master
NN2022100801
/
addons
/
admin
/
node_modules
/
@antv
/
util
/
lib
/
is-null.d.ts
is-null.d.ts
76 B
History
Raw
1
2
declare const isNull: (value: any) => value is null;
export default isNull;