Files
2026-04-26 19:42:42 +02:00

4 lines
57 B
JavaScript
Executable File

export function noBias(arb) {
return arb.noBias();
}