UNPKG

simplr-gulp

Version:

Fully functional gulpfile.js implementation. Tailored for Single Page Application. Written in TypeScript.

9 lines (8 loc) 260 B
Object.defineProperty(exports, "__esModule", { value: true }); const helpers_1 = require("../utils/helpers"); class TaskBase { constructor() { this._className = helpers_1.GetClassName(this.constructor); } } exports.TaskBase = TaskBase;