Loader<TOptions>
Interface for custom schema loaders.
Type Parameters
Type Parameter | Default type |
---|---|
|
|
Methods
load()
load(
pointer
,options?
):Promise
<null
|any
[]>
Parameters
Parameter | Type |
---|---|
|
|
|
|
Returns
Promise
<null
| any
[]>
loadSync()?
optional
loadSync(pointer
,options?
):null
|any
[]
Parameters
Parameter | Type |
---|---|
|
|
|
|
Returns
null
| any
[]