6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
export * from "./lib/match";
|
|
export * from "./lib/t";
|
|
export * as t from "./lib/t";
|
|
export * from "./lib/to-ts";
|
|
export * from "./lib/to-jsonschema";
|