UNPKG

@raccoons-co/genera

Version:

Abstractions on top of Typescript 5.0.

6 lines (5 loc) 135 B
import Method from "./Method"; import Any from "./Any"; export default interface Annotation { decorator(...args: Any[]): Method; }