mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
Add `Buffer.alloc`, `Buffer.allocUnsafe` and `Buffer.allocUnsafeSlow` class methods that were backported to node v4 (starting with v4.5). In addition add tests to all node versions for these class methods and fix tslint configuration to pass the tests