Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 448 Bytes

File metadata and controls

22 lines (13 loc) · 448 Bytes

Home > @datashaper/workflow > fetchJson

fetchJson() function

Signature:

export declare function fetchJson<T = any>(url: string): Promise<T>;

Parameters

Parameter Type Description
url string

Returns:

Promise<T>