UNPKG

shoti

Version:

Wrapper for Shoti API.

6 lines (5 loc) 191 B
import { ShotiConfig, ShotiResult } from "../types"; export declare function getShoti(apikey?: string, config?: ShotiConfig): Promise<ShotiResult | { error: string; code: number; }>;