UNPKG

@ceramicnetwork/core

Version:

Typescript implementation of the Ceramic protocol

8 lines 199 B
import { IpfsTopology } from '@ceramicnetwork/ipfs-topology'; export class FakeTopology extends IpfsTopology { async start() { } stop() { } } //# sourceMappingURL=fake-topology.js.map