4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { Type } from ".";
|
|
|
|
export function Int(bits: 8 | 16 | 32, sign: 'signed' | 'unsigned'): Type;
|