remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
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