UNPKG

airship-server

Version:

Airship is a framework for Node.JS & TypeScript that helps you to write big, scalable and maintainable API servers.

10 lines (8 loc) 192 B
import SourceCode from "../../codeGen/domain/SourceCode"; export default class SDKFile { constructor( readonly fileName: string, readonly code: SourceCode ) { } }