Edit File: binary.d.ts
import type { ScalarTag } from '../types.js'; export declare const binary: ScalarTag;
Back