UNPKG

table-xlsx

Version:

Based on SheetJS encapsulation, the function of exporting files and parsing files to generate table data is realized

8 lines (7 loc) 218 B
/** * 判断类型 * @param {any} value 需要比对的值 * @param {string} type 比对类型 * @return {boolean} 比对结果 */ export declare const sameType: (value: any, type: string) => boolean | undefined;