GramIO API Reference / @gramio/contexts/dist / Constructor
Type Alias: Constructor()<T>
Constructor<
T> = (...args) =>T
Defined in: contexts/index.d.ts:210
Type helper constructor
Type Parameters
| Type Parameter | Default type |
|---|---|
T | object |
Parameters
| Parameter | Type |
|---|---|
...args | any[] |
Returns
T