int.d.ts 203 Bytes Raw Blame History Permalink 1 2 3 4 5 import type { ScalarTag } from '../types.js'; export declare const intBin: ScalarTag; export declare const intOct: ScalarTag; export declare const int: ScalarTag; export declare const intHex: ScalarTag;