UNPKG

@fugitivesclub/nft

Version:

A SDK for NFT creation with Hedera and FileCoin

3 lines (2 loc) 106 B
import { NFTDto } from '../nft'; export declare function instanceOfNFTDto(object: any): object is NFTDto;