31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-yaml-schema](./js-yaml-schema.md)
|
|
|
|
## js-yaml-schema package
|
|
|
|
## Functions
|
|
|
|
| Function | Description |
|
|
| --- | --- |
|
|
| [createInclude(options)](./js-yaml-schema.createinclude.md) | Instantiate an include type with a copy of the provided options, returning the include type and its schema setter.<!-- -->Includes must be resolved synchronously, which greatly limits where this can be used. |
|
|
| [createIncludeSchema(options)](./js-yaml-schema.createincludeschema.md) | Extended schema with the include type, and auto-configuration of the include schema. |
|
|
| [createSchema(options)](./js-yaml-schema.createschema.md) | |
|
|
|
|
## Interfaces
|
|
|
|
| Interface | Description |
|
|
| --- | --- |
|
|
| [IncludeOptions](./js-yaml-schema.includeoptions.md) | Additional options for the include type. |
|
|
| [IncludeSchemaOptions](./js-yaml-schema.includeschemaoptions.md) | |
|
|
| [SchemaOptions](./js-yaml-schema.schemaoptions.md) | |
|
|
|
|
## Variables
|
|
|
|
| Variable | Description |
|
|
| --- | --- |
|
|
| [envType](./js-yaml-schema.envtype.md) | |
|
|
| [regexpType](./js-yaml-schema.regexptype.md) | |
|
|
| [streamType](./js-yaml-schema.streamtype.md) | |
|
|
|