UNPKG

api-interface

Version:
6 lines (5 loc) 129 B
import { KV } from '../../types'; declare const _default: (param: KV) => Promise<{ nick: string; }>; export = _default;