UNPKG

@kipper/target-js

Version:

The JavaScript target for the Kipper compiler 🦊

5 lines (4 loc) • 230 B
import type { InterfaceDeclaration, TranslatedCodeLine } from "@kipper/core"; export declare class RuntimeTypesGenerator { static generateInterfaceRuntimeType(node: InterfaceDeclaration): Promise<Array<TranslatedCodeLine>>; }