UNPKG

@atsu/formidable-client

Version:

A client for Formidable servers written in TypeScript

8 lines (7 loc) 229 B
/** * Exporting everything for package * @packageDocumentation */ export { FormidableAPI } from './core/client'; import { FormidableAPI } from './core/client'; export declare const FormidableAPIInstance: FormidableAPI;