UNPKG
@minionorg/share
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
函数库,工具库
github.com/minionorg/share-open
minionorg/share-open
@minionorg/share
/
typings
/
packages
/
ObjectUtils
/
index.d.ts
9 lines
(8 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
allNotNull
from
'./allNotNull'
;
import
isEmpty
from
'./isEmpty'
;
export
{ allNotNull, isEmpty, };
declare
const
_default
: {
allNotNull
:
typeof
allNotNull;
isEmpty
:
typeof
isEmpty; };
export
default
_default;