ohctechv3/.svn/pristine/30/305136aa4e38b26cb04bf75bb5bd656f39be6080.svn-base
2024-10-28 15:03:36 +05:30

6 lines
203 B
Plaintext

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;