uci-utils-type/src/index.js

7 lines
209 B
JavaScript

// import { cast, typecast, } from './cast'
import check from './check.js'
export * from './cast.js'
export { check, typeOf } from './check.js'
export default check // default is just the typechecker only