createContext() function
Helper to create a Context object.
Signature:
declare function createContext(...args: ConstructorParameters<typeof Context>): Context;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
ConstructorParameters<typeof Context> |
Returns: