Files
2026-01-23 01:33:35 +01:00

4 lines
57 B
JavaScript

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