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