UNPKG

@gulujs/toml

Version:

TOML parser and serializer

9 lines (8 loc) 229 B
import { Schema } from './schema.js'; export declare class SchemaValidator { items: Schema[]; private readonly tableObject; constructor(items: Schema[]); validate(): void; checkSchema(schema: Schema): void; }