UNPKG
@wareme/utils
Version:
latest (3.13.0)
3.13.0
3.12.1
3.12.0
3.11.0
3.10.0
3.9.0
3.8.2
3.8.1
3.8.0
3.7.1
3.7.0
3.6.1
3.6.0
3.5.0
3.4.1
3.4.0
3.3.0
3.2.4
3.2.3
3.2.1
3.2.0
3.1.0
3.0.0
Utils for Dark applications
@wareme/utils
/
src
/
index.js
8 lines
(7 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
{ invariant }
from
'./invariant'
export
{ nisha }
from
'./nisha'
export
{ nishaho }
from
'./nishaho'
export
*
from
'./data.js'
export
*
from
'./detect.js'
export
*
from
'./logic.js'
export
const
freeze
= (
o
) =>
Object
.
freeze
(o)