flecks/packages/core/test/two/things/three.js

8 lines
85 B
JavaScript
Raw Normal View History

2022-02-25 04:58:08 -06:00
export default () => class Three {
static get foo() {
return 'Three';
}
};