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()?
optionalloadSync(pointer,options?):null|any[]
Parameters
| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
null | any[]