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

31 lines
1.3 KiB
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)
## 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. |
2022-01-30 17:22:29 +00:00
| [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. |
2022-01-30 17:22:29 +00:00
| [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) | |