@xylabs/static-implements
v5.0.90
Published
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Readme
@xylabs/static-implements
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Reference
@xylabs/static-implements
Functions
| Function | Description | | ------ | ------ | | staticImplements | Annotation to decorate classes which implement static methods |
functions
staticImplements
function staticImplements<T>(): <U>(constructor: U) => void;Annotation to decorate classes which implement static methods
Type Parameters
| Type Parameter |
| ------ |
| T |
Returns
The decorated class requiring it to implement the members of the the type as static properties/methods
<U>(constructor: U): void;Type Parameters
| Type Parameter |
| ------ |
| U |
Parameters
| Parameter | Type |
| ------ | ------ |
| constructor | U |
Returns
void
Part of sdk-js
Maintainers
License
See the LICENSE file for license details
