Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
basic-ftp
/
dist
/
StringEncoding.d.ts
blob: 6e0f9afab81972fcb7414f44c6a312c1e7e2fd64 [
file
] [
log
] [
blame
]
export
type
StringEncoding
=
"utf8"
|
"ascii"
|
"utf-8"
|
"utf16le"
|
"ucs2"
|
"ucs-2"
|
"base64"
|
"latin1"
|
"binary"
|
"hex"
|
undefined
;