DefinitelyTyped/types/node/v8
Shude Li a39131b390 feat(node-v8): add TextDecoder and TextEncoder for util module (#25221)
* 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
2018-04-24 16:09:44 -07:00
..
index.d.ts feat(node-v8): add TextDecoder and TextEncoder for util module (#25221) 2018-04-24 16:09:44 -07:00
inspector.d.ts
node-tests.ts feat(node-v8): add TextDecoder and TextEncoder for util module (#25221) 2018-04-24 16:09:44 -07:00
tsconfig.json
tslint.json