Initial
This commit is contained in:
6
resources/app/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js
generated
vendored
Normal file
6
resources/app/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export function fromUtf8(input) {
|
||||
return new TextEncoder().encode(input);
|
||||
}
|
||||
export function toUtf8(input) {
|
||||
return new TextDecoder("utf-8").decode(input);
|
||||
}
|
||||
Reference in New Issue
Block a user