@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
8 lines • 489 B
text/typescript
export type * from '../lexicon/WordformTypes.ts'
export type * from './PrimTypeAliases.ts'
export type * from '../Consts.ts'
export type * from './UtilityTypes.ts'
export type * from './TSTools.ts'
export type * from './FilerTypes.ts'
export type { Fext } from './FilerTypes.ts'
export type * from '../validation/ZodInternal.ts'