@db-auto/utils
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -12,4 +12,4 @@ import { NameAnd } from "./nameAnd"; | ||
} | ||
export declare const columnDataFor: <T>(defn: NameAnd<ColumnDefn<T>>, showTitles?: false) => (ts: T[]) => ColumnData; | ||
export declare const columnDataFor: <T>(defn: NameAnd<ColumnDefn<T>>, showTitles?: boolean) => (ts: T[]) => ColumnData; | ||
export declare function columnDataToStrings(cd: ColumnData): string[]; | ||
export declare const toColumns: <T>(defn: NameAnd<ColumnDefn<T>>, showTitles?: false) => (ts: T[]) => string[]; | ||
export declare const toColumns: <T>(defn: NameAnd<ColumnDefn<T>>, showTitles?: boolean) => (ts: T[]) => string[]; |
{ | ||
"name": "@db-auto/utils", | ||
"description": "", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"main": "dist/index", | ||
@@ -6,0 +6,0 @@ "types": "dist/index", |
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
46125