mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-25 15:54:35 +00:00
* feat(node-v8): add `TextDecoder` and `TextEncoder` for `util` module * fix(node-v8): change constructor's first param name * style(node-v8): styling `TextDecoder` * refact(node-v8): using class instead interface+var * test(node-v8): add tests for util.TextDecoder and util.TextEncoder * fix(node-v8): fix param type of TextDecoder.decode