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