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