4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
import type { AnySchemaObject } from "../types";
|
|
import { type Code } from "../compile/codegen";
|
|
export declare function getSkipCondition(schema: AnySchemaObject, prop: string): Code | undefined;
|