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