1
0
Fork 0
js-yaml-schema/docs/api/js-yaml-schema.createschema.md

25 lines
623 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-yaml-schema](./js-yaml-schema.md) &gt; [createSchema](./js-yaml-schema.createschema.md)
## createSchema() function
Safe schema with additional library types added.
<b>Signature:</b>
```typescript
export declare function createSchema(options: Readonly<SchemaOptions>): Schema;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | Readonly&lt;[SchemaOptions](./js-yaml-schema.schemaoptions.md)<!-- -->&gt; | |
<b>Returns:</b>
Schema