astro-ghostcms/.pnpm-store/v3/files/9f/7c1ca06f7f54b6b5cd38647bb62...

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;