UNPKG
headless-js-api
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Headless JS client for Ecwid public API
github.com/Ecwid/headless-js-api
Ecwid/headless-js-api
headless-js-api
/
dist
/
storefront
/
index.d.ts
6 lines
(3 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
declare
function
getStoreId
(
):
Promise
<
number
|
undefined
>;
declare
function
getShouldUseMocks
(
):
boolean
|
undefined
;
export
{ getShouldUseMocks, getStoreId };