UNPKG

ts-opaque

Version:

Easy-to-use library that implements opaque types in TypeScript!

9 lines (8 loc) 224 B
import type { Opaque } from "./Opaque"; export * from "./BaseType"; export * from "./BrandType"; export * from "./Opaque"; export * from "./Symbols"; export * from "./create"; export * from "./widen"; export default Opaque;