fix letter

This commit is contained in:
fyears 2021-11-10 00:30:11 +08:00
parent 5b77b23e9f
commit 8b8c5bdb98

View File

@ -2,7 +2,7 @@ import { Vault } from "obsidian";
import * as path from "path"; import * as path from "path";
import { base32 } from "rfc4648"; import { base32 } from "rfc4648";
import XRegExp from "XRegExp"; import XRegExp from "xregexp";
export type SUPPORTED_SERVICES_TYPE = "s3" | "webdav" | "ftp"; export type SUPPORTED_SERVICES_TYPE = "s3" | "webdav" | "ftp";