@jss-rule-engine/edge
Version:
6 lines (5 loc) • 431 B
TypeScript
export declare function generateAllBinaryStrings(n: number, i: number, resultArr: string[], arr: number[]): void;
export declare const SC_VARIANT_PREFIX = "_scvariant";
export declare function normalizePersonalizedRewrite(pathname: string): string;
export declare function getScPersonalizedRewrite(pathname: string, variantId: string): string;
export declare function getScPersonalizedVariantIds(parsedRule: any): string[] | null;