UNPKG

203 BTypeScriptView Raw
1import type { ScalarTag } from '../types.js';
2export declare const intBin: ScalarTag;
3export declare const intOct: ScalarTag;
4export declare const int: ScalarTag;
5export declare const intHex: ScalarTag;