DefinitelyTyped/types/ffi
waiting 6fb134d9fc Optimize type of params by Union Types (#20680)
* Optimize type of params by Union Types

* Avoid variable name of parameter clashes with keyword/type

writeCString()

* Add tslint.json

* tsconfig: turn strictNullChecks on

* Use const instead of var

* Use arrow function

* Update by new-parens

* Update for object-literal-key-quotes

* Update semicolon

* types: use object instead of Object

* types: use object instead of Object

* types: merged by union types

* Use const instead of var

* tsling: no-consecutive-blank-lines max 3

* Fix dt-header by 0.1

* Add '// TypeScript Version: 2.2' under header

* Fix for trim-file

* Update for prefer-declare-function

* tsling: turn ban-types off for use of 'Function'

* Update definition of Library

* Remove `@overide` tag
2018-01-02 17:32:22 -08:00
..
ffi-tests.ts Optimize type of params by Union Types (#20680) 2018-01-02 17:32:22 -08:00
index.d.ts Optimize type of params by Union Types (#20680) 2018-01-02 17:32:22 -08:00
node-ffi-buffer.d.ts Optimize type of params by Union Types (#20680) 2018-01-02 17:32:22 -08:00
tsconfig.json Optimize type of params by Union Types (#20680) 2018-01-02 17:32:22 -08:00
tslint.json Optimize type of params by Union Types (#20680) 2018-01-02 17:32:22 -08:00