feat(Int)
This commit is contained in:
3
types/Int.d.ts
vendored
Normal file
3
types/Int.d.ts
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
import { Type } from ".";
|
||||
|
||||
export function Int(bits: 8 | 16 | 32, sign: 'signed' | 'unsigned'): Type;
|
||||
Reference in New Issue
Block a user