mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-25 04:52:31 +00:00
6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
import type { ScalarTag } from '../types';
|
|
export declare const intBin: ScalarTag;
|
|
export declare const intOct: ScalarTag;
|
|
export declare const int: ScalarTag;
|
|
export declare const intHex: ScalarTag;
|