UNPKG
@alchemyalcove/basic-functions
Version:
latest (1.0.0)
1.0.0
0.0.0
Ether Basic Functions
github.com/AlchemyAlcove/BasicFunctions
AlchemyAlcove/BasicFunctions
@alchemyalcove/basic-functions
/
src
/
index.js
7 lines
(6 loc)
•
77 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
cx
from
"./cx"
;
import
isNil
from
"./isNil"
;
export
{ cx, isNil };