UNPKG

@freeword/meta

Version:

Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.

7 lines 273 B
export * from "./lexicon/index.ts"; export * from "./lib/index.ts"; export type * from './types.ts'; export * as CO from './consts/index.ts'; export * as CK from './checks/index.ts'; export { Validator } from './validation/Validator.ts'; //# sourceMappingURL=index.d.ts.map