Files
2026-04-05 03:08:53 +02:00

4 lines
57 B
JavaScript

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