succulent
Version:
Powerful and easy runtime type checking
12 lines (11 loc) • 321 B
TypeScript
export * from "./array.js";
export * from "./collections.js";
export * from "./constants.js";
export * from "./enum.js";
export * from "./misc.js";
export * from "./number.js";
export * from "./object.js";
export * from "./record.js";
export * from "./string.js";
export * from "./symbol.js";
export * from "./tuple.js";