UNPKG

@fugitivesclub/nft-cli

Version:
3 lines (2 loc) 174 B
import { NFTFileContent } from './interfaces/nft-file-content.interface'; export declare const readNFT: (metadataPath: string, imagePath: string) => Promise<NFTFileContent>;