@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
10 lines • 361 B
TypeScript
export type * from '../types/PrimTypeAliases.ts';
export * from '../checks/BootChecks.ts';
export * from '../Consts.ts';
export * from './CharsetChecks.ts';
export * from './ContactPrims.ts';
export * from './EnumChecks.ts';
export * from './EnumVals.ts';
export * from './PrimshapeChecks.ts';
export * from './TimePrims.ts';
//# sourceMappingURL=index.d.ts.map