This commit is contained in:
MeiMei
2020-04-11 19:49:25 +09:00
committed by GitHub
parent df69ca4d56
commit 00e1dbfdfb
6 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { createTemp } from './create-temp';
import { downloadUrl } from './donwload-url';
import { downloadUrl } from './download-url';
import { detectType } from './get-file-info';
export async function detectUrlMime(url: string) {