UNPKG

@aws-amplify/amplify-appsync-simulator

Version:

An AppSync Simulator to test AppSync API.

9 lines 242 B
export declare class JavaInteger { value: number; constructor(val: number); valueOf(): number; parseInt(val: any, radix?: any): JavaInteger; toJSON(): number; toString(): string; } //# sourceMappingURL=integer.d.ts.map