UNPKG

@analys/table-types

Version:

A cross-table-types analytics tool

10 lines (7 loc) 274 B
import { vectorType } from '@typen/vector-type'; import { columnsMapper } from '@vect/columns-mapper'; // { inferType, omitNull = true } const inferTypes = function (options = {}) { return columnsMapper(this?.rows, vectorType.bind(options)) }; export { inferTypes };