Comparing version 6.8.2 to 6.9.0
import type { Row } from './types/internal'; | ||
export declare const stringifyTableData: (rows: unknown[][]) => Row[]; | ||
export declare const stringifyTableData: (rows: ReadonlyArray<readonly unknown[]>) => Row[]; |
import type { TableUserConfig } from './types/api'; | ||
export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string; | ||
export declare const table: (data: ReadonlyArray<readonly unknown[]>, userConfig?: TableUserConfig) => string; |
@@ -1,1 +0,1 @@ | ||
export declare const validateTableData: (rows: unknown[][]) => void; | ||
export declare const validateTableData: (rows: ReadonlyArray<readonly unknown[]>) => void; |
@@ -76,3 +76,4 @@ { | ||
}, | ||
"version": "6.8.2" | ||
"sideEffects": false, | ||
"version": "6.9.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334820