UNPKG
@unisnips/core
Version:
latest (0.8.0)
0.8.0
0.7.1
0.7.0
0.7.0-alpha.0
0.6.0
0.6.0-alpha.0
0.5.1-alpha.0
0.5.0
0.5.0-alpha.0
0.4.0
0.4.0-alpha.1
0.3.0-alpha.1
0.3.0-alpha.0
0.2.0-alpha.1
0.2.0-alpha.0
0.1.0
Core functions and types of unisnips project
@unisnips/core
/
lib
/
util-type.d.ts
2 lines
(1 loc)
•
42 B
TypeScript
View Raw
1
2
export
declare
type
OrNull
<T> = T |
null
;