xuxiaobo-bobo e6520392ec '...'
2024-03-18 11:14:05 +08:00

2 lines
141 B
TypeScript

export type StringEncoding = "utf8" | "ascii" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined;