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

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>