@xylabs/static-implements

Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Install
Using npm:
npm install {{name}}
Using yarn:
yarn add {{name}}
Using pnpm:
pnpm add {{name}}
Using bun:
bun add {{name}}
License
See the LICENSE file for license rights and limitations (LGPL-3.0-only).
Reference
packages
static-implements
### .temp-typedoc
### functions
### <a id="staticImplements"></a>staticImplements
@xylabs/static-implements
function staticImplements<T>(): <U>(constructor) => void;
Annotation to decorate classes which implement static methods
Type Parameters
T
T
Returns
The decorated class requiring it to implement
the members of the the type as static properties/methods
<U>(constructor) => void