UNPKG

skinsback-sdk

Version:
6 lines (5 loc) 168 B
import Api from "./API"; import WS from "./WebSockets"; export * from './types'; export declare const API: typeof Api; export declare const WebSockets: typeof WS;