23 lines
836 B
Markdown
23 lines
836 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) > [IncludeOptions](./js-yaml-schema.includeoptions.md)
|
||
|
|
||
|
## IncludeOptions interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface IncludeOptions
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [exists](./js-yaml-schema.includeoptions.exists.md) | (path: string) => boolean | |
|
||
|
| [join](./js-yaml-schema.includeoptions.join.md) | (...path: Array<string>) => string | |
|
||
|
| [read](./js-yaml-schema.includeoptions.read.md) | IncludeReader | |
|
||
|
| [resolve](./js-yaml-schema.includeoptions.resolve.md) | (path: string) => string | |
|
||
|
| [schema](./js-yaml-schema.includeoptions.schema.md) | Schema | |
|
||
|
|