@raccoons-co/genera
Version:
Abstractions on top of Typescript 5.0.
14 lines (13 loc) • 389 B
TypeScript
/**
* © 2023 Raccoons. Developing a simple way to change.
*
* Set of abstractions on top of TypeScript 5.0.
*
* @packageDocumentation
*/
import Annotation from "./Annotation";
import Any from "./Any";
import Class from "./Class";
import Method from "./Method";
import EnvironmentVariable from "./EnvironmentVariable";
export { Annotation, Any, Class, Method, EnvironmentVariable };