typescript-class-helpers
Version:
Usefull helper to have in your typescript project
26 lines • 901 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_BASE_HREF = exports.APP_ID = exports.BUILD_FRAMEWORK_CLI_NAME = void 0;
// THIS FILE IS GENERATED - DO NOT MODIFY
/**
* Autogenerated by current cli tool
*/
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
/**
* This value can be change in taon.jsonc (appId)
*/
exports.APP_ID = 'com.domain.example.typescript-class-helpers';
/**
* Autogenerated by current cli tool
*/
exports.BUILD_BASE_HREF = '';
/**
* This value can be change in taon.jsonc (overrideNpmName)
*/
exports.PROJECT_NPM_NAME = 'typescript-class-helpers';
/**
* Autogenerated by current cli tool. Use *tnp release* to bump version.
*/
exports.CURRENT_PACKAGE_VERSION = '19.0.42';
// THIS FILE IS GENERATED - DO NOT MODIFY
//# sourceMappingURL=build-info._auto-generated_.js.map
;