UNPKG

@opra/common

Version:

Opra common package

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