UNPKG

single-source-of-truth

Version:
4 lines 235 B
import type { Standard } from "../../../standard.js"; import type { TruthEnum } from '../schemas/enum.js'; export declare function parseEnumSchema(name: string, schema: TruthEnum<any>): Standard.Enum; //# sourceMappingURL=enum.d.ts.map