UNPKG

@herbertgao/surgio

Version:

Generating rules for Surge, Clash, Quantumult like a PRO

4 lines (3 loc) 229 B
export declare const addFlagMap: (name: string | RegExp, emoji: string) => void; export declare const prependFlag: (str: string, removeExistingEmoji?: boolean) => string; export declare const removeFlag: (str: string) => string;