@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
9 lines • 372 B
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';
//# sourceMappingURL=index.d.ts.map