UNPKG

firescript

Version:
10 lines (8 loc) 105 B
class Foo { constructor () { this.value = 'Foo'; } getValue () { return this.value; } }