7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.noBias = noBias;
|
|
function noBias(arb) {
|
|
return arb.noBias();
|
|
}
|