Files
serialize-js/types/Int.d.ts
2025-08-06 16:22:19 +03:00

4 lines
100 B
TypeScript

import { Type } from '.'
export function Int(bits: 8 | 16 | 32, sign: 'signed' | 'unsigned'): Type