UNPKG

@makerx/node-ipfs

Version:

A NodeJS package that makes interacting with IPFS easier

9 lines 758 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinataStorageWithCache = exports.PinataStorage = exports.InMemoryIPFS = exports.CacheOnlyIPFS = void 0; var ipfs_1 = require("./ipfs"); Object.defineProperty(exports, "CacheOnlyIPFS", { enumerable: true, get: function () { return ipfs_1.CacheOnlyIPFS; } }); Object.defineProperty(exports, "InMemoryIPFS", { enumerable: true, get: function () { return ipfs_1.InMemoryIPFS; } }); Object.defineProperty(exports, "PinataStorage", { enumerable: true, get: function () { return ipfs_1.PinataStorage; } }); Object.defineProperty(exports, "PinataStorageWithCache", { enumerable: true, get: function () { return ipfs_1.PinataStorageWithCache; } }); //# sourceMappingURL=index.js.map