Loader interface
Signature:
export interface Loader<T extends LoaderContext> Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| T | null | |||
| () => number | null | (Optional)  For HTTP based loaders, this should return the contents of the "age" header. | ||
| (name: string) => string | null | (Optional) | ||
Methods
| Method | Description | 
|---|---|