UNPKG

typescript-class-helpers

Version:
26 lines 901 B
"use strict"; 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