UNPKG
@vtex/client-cms
Version:
latest (0.2.16)
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
A client to fetch data from VTEX CMS.
github.com/vtex/cms
vtex/cms
@vtex/client-cms
/
dist
/
utils
/
fetch.d.ts
2 lines
(1 loc)
•
103 B
TypeScript
View Raw
1
2
export
declare
const
fetchAPI
: <T>
(
input
:
RequestInfo
,
init
?:
RequestInit
|
undefined
) =>
Promise
<T>;