UNPKG

catberry

Version:

Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

10 lines (7 loc) 88 B
'use strict'; class Another { bar() { return 'arr'; } } module.exports = Another;