4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
|
|
export function noBias(arb) {
|
||
|
|
return arb.noBias();
|
||
|
|
}
|