fix: update type def

This commit is contained in:
Kyle Fang
2020-09-27 22:26:01 +08:00
parent c7d2e453e6
commit eb8d1dc543

2
index.d.ts vendored
View File

@@ -1 +1 @@
export default function convert(url: string): Promise<string>
export default function convert(url: string): string;