UNPKG

@epilot/entity-client

Version:

JavaScript client library for the epilot Core Entity API

4 lines (3 loc) 131 B
import { Client } from './openapi'; export declare const getClient: () => Client; export declare const createClient: () => Client;