24 lines
539 B
Markdown
24 lines
539 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
|
|
|
|
|
|
<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
|
|
|