UNPKG

generator-catberry

Version:

Yeoman generator for Catberry Framework

12 lines (8 loc) 208 B
'use strict'; /* * This is a Catberry Cat-component file. * More details can be found here * http://catberry.org/documentation#cat-components-interface */ class Document { } module.exports = Document;