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

25 lines
629 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; [createInclude](./js-yaml-schema.createinclude.md)
## createInclude() function
Instantiate an includer with closure over the provided options.
<b>Signature:</b>
```typescript
export declare function createInclude(includeOptions: IncludeOptions): YamlType;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| includeOptions | [IncludeOptions](./js-yaml-schema.includeoptions.md) | |
<b>Returns:</b>
YamlType