UNPKG

@opra/common

Version:
10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ast = void 0; class Ast { constructor() { this.kind = Object.getPrototypeOf(this).constructor.name; } } exports.Ast = Ast;