Skip to main content
Module

x/scale/codecs/mod.ts>promise

A TypeScript reference implementation of SCALE transcoding
Go to Latest
function promise
import { promise } from "https://deno.land/x/scale@v0.13.0/codecs/mod.ts";

Parameters

$value: Codec<I, O>

Returns

Codec<Promise<I>, Promise<O>>