0.0.4 • Published 6 years ago

@machinomy/types-duplexify v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

TypeScript declaration for duplexify

Installation

Via npm:

npm install --save-dev @machinomy/types-duplexify

or yarn:

yarn add @machinomy/types-duplexify -D

Don't forget to manually include index.d.ts within an include section of your tsconfig.json

"include": [
    ...
    "./node_modules/@machinomy/types-duplexify/index.d.ts"
]