UNPKG

@raccoons-co/genera

Version:

Abstractions on top of Typescript 5.0.

6 lines (5 loc) 196 B
import { Method } from "@raccoons-co/genera"; import Annotation from "./Annotation"; export default class ClassFieldDecorator implements Annotation { decorator(initializer: Method): Method; }