int.d.ts 163 B

1234
  1. import type { ScalarTag } from '../types.js';
  2. export declare const intOct: ScalarTag;
  3. export declare const int: ScalarTag;
  4. export declare const intHex: ScalarTag;