···11+import { setup } from "@ark/attest";
22+33+// config options can be passed here
44+export default () =>
55+ setup({
66+ // Set to true during development to skip type checking (faster)
77+ skipTypes: false,
88+99+ // Fail if benchmarks deviate by more than 20%
1010+ benchPercentThreshold: 20,
1111+ });
+1
src/index.ts
···11export * from "./lib.ts";
22+export * from "./infer.ts";