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