UNPKG

@freeword/meta

Version:

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

5 lines 320 B
import type { LoggerT } from './internal.ts'; import type { ZodType } from './BasicChecks.ts'; export declare const loglevel: import("./internal.ts").ZodEnum<["trace", "debug", "info", "notice", "warn", "error", "crit", "emerg"]>; export declare const logger: ZodType<LoggerT>; //# sourceMappingURL=LoggerChecks.d.ts.map