@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
9 lines • 356 B
text/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'