UNPKG

nftstorage.link

Version:

Utilities for working with the NFT.Storage IPFS Edge Gateway

15 lines (9 loc) 412 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var gateway = require('./gateway.cjs'); var permaCache = require('./perma-cache.cjs'); exports.GatewayStatusChecker = gateway.GatewayStatusChecker; exports.getGatewayURL = gateway.getGatewayURL; exports.PermaCache = permaCache.PermaCache; exports.createRateLimiter = permaCache.createRateLimiter; //# sourceMappingURL=lib.cjs.map