workflow.fetchjson.md
January 18, 2023 ยท View on GitHub
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>