@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
12 lines • 611 B
TypeScript
import type * as TY from '../types/index.ts';
export * from './BootChecks.ts';
export * from '../consts/PrimshapeChecks.ts';
export interface Story {
ok?: boolean;
before?: TY.BecameT;
became?: TY.BeforeT;
gist?: TY.Label;
[key: string]: any;
}
export declare const funcOrKey: TY.ZodUnion<[TY.ZodString, TY.ZodType<((val: any, key: string, ...args: any[]) => any) | ((val: any, key: number, ...args: any[]) => any), TY.ZodTypeDef, ((val: any, key: string, ...args: any[]) => any) | ((val: any, key: number, ...args: any[]) => any), TY.ZodTypeDef>]>;
//# sourceMappingURL=BasicChecks.d.ts.map