UNPKG

estaminet

Version:

A set of WebComponents building on top of Statemint family of Polkadot parachains

7 lines (6 loc) 131 B
import { url } from "./utils/ipfs"; export class IPFSGatewaySourceResolver { resolve(data) { return url(data); } }