UNPKG

@rustable/type

Version:

A TypeScript implementation of Rust-like type system with generic support and runtime type information.

7 lines (5 loc) 270 B
import './common.mjs'; export { applyMacros, derive } from './derive.mjs'; export { createFactory, createFactoryProxy, createGenericType } from './factory.mjs'; export { Type, getGenerics, isGenericType, named, type, typeId, typeName } from './type.mjs'; "use strict";