UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

9 lines (7 loc) 213 B
import {Shape} from 'lincd/shapes/Shape'; import {NamedNode} from 'lincd/models'; import {linkedShape} from '../package'; @linkedShape export class ${camel_name} extends Shape { static targetClass:NamedNode; }