UNPKG

headless-js-api

Version:

Headless JS client for Ecwid public API

8 lines (4 loc) 232 B
import { A as ApiConfig } from '../api-config-BpaxQA1V.js'; declare function getStoreId(): Promise<number | undefined>; declare function getEmulatedApiConfig(): ApiConfig | undefined; export { getEmulatedApiConfig, getStoreId };