Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pbkit/core/parser/misc.ts>flipFlop

Protobuf toolkit for modern web development
Go to Latest
function flipFlop
import { flipFlop } from "https://deno.land/x/pbkit@v0.0.67/core/parser/misc.ts";

Parameters

flipFn: AcceptFn<T>
flopFn: AcceptFn<U>
optional
skipWsFn: AcceptFn<void>

Returns

(T | U)[]