UNPKG

mtl-js-sdk

Version:

9 lines (6 loc) 128 B
import { Args } from "../.." export interface NFC { init(args: any): void, unInit(args: any): void, } export default NFC;