UNPKG

@lbu/code-gen

Version:

Generate various boring parts of your server

15 lines (11 loc) 264 B
import { TypeBuilder } from "./TypeBuilder.js"; export class UuidType extends TypeBuilder { static baseData = {}; constructor(group, name) { super("uuid", group, name); this.data = { ...this.data, ...UuidType.getBaseData(), }; } }