UNPKG

@fugitivesclub/nft-cli

Version:
3 lines (2 loc) 159 B
import { NFTFileContent } from './interfaces/nft-file-content.interface'; export declare const readNFTs: (directoryPath: string) => Promise<NFTFileContent[]>;