Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

encapsulateAsync

import { encapsulateAsync } from "https://raw.githubusercontent.com/worker-tools/structured-json/master/index.ts";
function encapsulateAsync(value: any): any | Promise<any>;
§
encapsulateAsync(value: any): any | Promise<any>
[src]

§Parameters

§
value: any
[src]

§Return Type

§
any | Promise<any>
[src]