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

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>