UNPKG

@platform/cell.tmpl

Version:

Template generator for the system

7 lines (5 loc) 186 B
import * as t from './types'; const pkg = require('../../package.json') as t.NpmPackageJson; // eslint-disable-line export { t, pkg }; export * from './libs'; export * from './colors';