UNPKG

@bitloops/bl-transpiler

Version:
11 lines 210 B
export class LanguageBuilder { name; withName(name) { this.name = name; return this; } build() { return this.name; } } //# sourceMappingURL=languageNodeBuilder.js.map