3 lines
128 B
TypeScript
3 lines
128 B
TypeScript
|
|
export declare function decodeMagicIdentifier(identifier: string): string;
|
||
|
|
export declare const MAGIC_IDENTIFIER_REGEX: RegExp;
|