@db-auto/utils
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -7,3 +7,3 @@ import { NameAnd } from "./nameAnd"; | ||
export declare function flatten<T>(t: T[][]): T[]; | ||
export declare function flatMap<From, To>(ts: From[], fn: (from: From) => To[]): To[]; | ||
export declare function flatMap<From, To>(ts: From[], fn: (from: From, i: number) => To[]): To[]; | ||
export declare function foldK<Acc, V>(vs: V[], zero: Acc, foldFn: (acc: Acc, v: V) => Promise<Acc>): Promise<Acc>; | ||
@@ -10,0 +10,0 @@ export declare function mapK<V, To>(vs: V[], fn: (v: V) => Promise<To>): Promise<To[]>; |
{ | ||
"name": "@db-auto/utils", | ||
"description": "", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
44420