UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

6 lines (5 loc) 257 B
import needleBase from '../../needle-base.js'; export default class extends needleBase { addStyle(style: string, comment: string | undefined, filePath: string, needle: string): void; _mergeStyleAndComment(style: string, comment?: string): string; }