@sammacbeth/types
v1.1.1
Published
This project contains some TypeScript definitions for currently untyped libraries. Definitions may not be complete.
Readme
This project contains some TypeScript definitions for currently untyped libraries. Definitions may not be complete.
Usage
Hypercore
Add the following to your project's types.d.ts file:
declare module 'hypercore' {
import Hypercore from "@sammacbeth/types/hypercore"
export = Hypercore
}Hyperdrive
declare module 'hyperdrive' {
import Hyperdrive from '@sammacbeth/types/hyperdrive';
export = Hyperdrive
}