UNPKG

@azure-tools/codegen

Version:
8 lines 344 B
import { Schema } from "js-yaml"; export declare function deserialize<T>(text: string, filename: string, schema?: Schema): T; export interface SerializeOptions { schema?: Schema; sortKeys?: boolean; } export declare function serialize<T>(model: T, schemaOrOptions?: Schema | SerializeOptions): string; //# sourceMappingURL=yaml.d.ts.map