mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:29:30 +08:00
2 lines
102 B
Text
2 lines
102 B
Text
export const mimes: Record<string, string>;
|
|
export function lookup(extension: string): string | void;
|