DefinitelyTyped/types/ndn-js/index.d.ts

17 lines
519 B
TypeScript

// Type definitions for ndn-js 0.18
// Project: https://github.com/named-data/ndn-js
// Definitions by: Junxiao <https://github.com/yoursunny>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace ndn;
export * from "./blob";
export * from "./data";
export * from "./face";
export * from "./interest";
export * from "./key-chain";
export * from "./memory-content-cache";
export * from "./name";
export * from "./network-nack";
export * from "./signature";
export * from "./transport";