UNPKG

json-as

Version:

The only JSON library you'll need for AssemblyScript. SIMD enabled

7 lines (5 loc) 184 B
import { atoi } from "../../util/atoi"; // @ts-ignore: inline @inline export function deserializeInteger<T>(srcStart: usize, srcEnd: usize): T { return atoi<T>(srcStart, srcEnd); }