typescript-class-helpers
Version:
Usefull helper to have in your typescript project
10 lines • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
// THIS FILE IS GENERATED - DO NOT MODIFY
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
exports.APP_ID = 'com.domain.example.typescript-class-helpers';
exports.PROJECT_NPM_NAME = 'typescript-class-helpers';
exports.CURRENT_PACKAGE_VERSION = '19.0.30';
// THIS FILE IS GENERATED - DO NOT MODIFY
//# sourceMappingURL=build-info._auto-generated_.js.map