896 B
896 B
Home > @apextoaster/js-yaml-schema > IncludeOptions
IncludeOptions interface
Additional options for the include type.
Signature:
export interface IncludeOptions
Properties
Property | Type | Description |
---|---|---|
exists | (path: string) => boolean | |
join | (...path: Array<string>) => string | |
read | IncludeReader | |
resolve | (path: string) => string | |
schema | Optional<Schema> |