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>
7 行
129 B
TypeScript
7 行
129 B
TypeScript
import * as re2 from "re2";
|
|
type Re2 = typeof re2 & {
|
|
code: string;
|
|
};
|
|
declare const _default: Re2;
|
|
export default _default;
|