Newer
Older
vue-indexer / node_modules / basic-ftp / dist / StringEncoding.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy on 24 Sep 141 bytes v1.0
export type StringEncoding = "utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined;