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