Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { Int32Array } from '../utils/globals.js';
|
||||
import { integer } from './integer.js';
|
||||
import { typedIntArrayArbitraryArbitraryBuilder } from './_internals/builders/TypedIntArrayArbitraryBuilder.js';
|
||||
export function int32Array(constraints = {}) {
|
||||
return typedIntArrayArbitraryArbitraryBuilder(constraints, -0x80000000, 0x7fffffff, Int32Array, integer);
|
||||
}
|
||||
Reference in New Issue
Block a user