mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-26 02:32:49 +00:00
17 lines
519 B
TypeScript
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";
|