UNPKG

@lazy-cjk/zh-table-alias

Version:
4 lines (3 loc) 250 B
import { ISimpleTable } from '../types'; export declare function _update(target: ISimpleTable, source: ISimpleTable): ISimpleTable; export declare function _get(arr: string[], value: string | string[], ...values: Array<string | string[]>): string[];