UNPKG

@freeword/meta

Version:

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

6 lines 454 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'