Skip to main content
Module

x/aleph/server/helpers.ts>parseJSONFile

The Full-stack Framework in Deno.
Very Popular
Latest
function parseJSONFile
import { parseJSONFile } from "https://deno.land/x/aleph@1.0.0-beta.44/server/helpers.ts";

Type Parameters

T extends Record<string, unknown>

Parameters

jsonFile: string

Returns

Promise<T>