UNPKG

@code-o-mat/globals

Version:

Abstract Package to support CodeOMat series of apps.

11 lines (6 loc) 168 B
import {assert} from './base-assertions'; import jsTypes from './js-types'; import oMatTypes from './o-mat-types'; export default { assert, jsTypes, oMatTypes }