UNPKG

@itsmworkbench/utils

Version:

The usual utility functions

4 lines (3 loc) 214 B
import { NameAnd } from "@laoban/utils"; export declare function findColumnStartIndexes(header: string): number[]; export declare function parseColumnsToJSON(input: string, colsToDrop?: number): NameAnd<string>[];