UNPKG
@code-o-mat/globals
Version:
latest (0.0.17)
0.0.17
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.1
Abstract Package to support CodeOMat series of apps.
@code-o-mat/globals
/
src
/
assertions
/
index.js
11 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{assert}
from
'./base-assertions'
;
import
jsTypes
from
'./js-types'
;
import
oMatTypes
from
'./o-mat-types'
;
export
default
{ assert, jsTypes, oMatTypes }