UNPKG

@freeword/meta

Version:

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

9 lines 604 B
export * from '../consts/index.ts' // export * from './BasicChecks.ts' export * from './BootChecks.ts' export * from './FilerChecks.ts' export * from './LoggerChecks.ts' export * from './UrlChecks.ts' export * from './WorldlyChecks.ts' export type { ExtError, LoggerT } from '../types/UtilityTypes.ts'