8 lines
267 B
TypeScript
8 lines
267 B
TypeScript
/**
|
|
* Exports the same Network as "./network.js" except with common
|
|
* networks injected registered.
|
|
*/
|
|
import { Network } from "./network.js";
|
|
export declare function injectCommonNetworks(): void;
|
|
export { Network };
|
|
//# sourceMappingURL=common-networks.d.ts.map
|