Adds @xuqm/h5-sdk/private entry point with JSON-based initialization, feature gating, and error codes for private deployment scenarios. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 行
209 B
JavaScript
6 行
209 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const format_1 = require("./format");
|
|
const format = [format_1.default];
|
|
exports.default = format;
|
|
//# sourceMappingURL=index.js.map
|