2020-08-09 01:01:34 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-yaml-schema](./js-yaml-schema.md) > [createInclude](./js-yaml-schema.createinclude.md)
|
|
|
|
|
|
|
|
## createInclude() function
|
|
|
|
|
|
|
|
Instantiate an includer with closure over the provided options.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-09 14:44:11 +00:00
|
|
|
export declare function createInclude(options: IncludeOptions): YamlType;
|
2020-08-09 01:01:34 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-08-09 14:44:11 +00:00
|
|
|
| options | [IncludeOptions](./js-yaml-schema.includeoptions.md) | |
|
2020-08-09 01:01:34 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
YamlType
|
|
|
|
|