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