UNPKG

@opra/common

Version:
7 lines (6 loc) 123 B
export class Ast { kind; constructor() { this.kind = Object.getPrototypeOf(this).constructor.name; } }