@blake.regalia/belt
Advanced tools
Comparing version 0.21.0 to 0.21.1
@@ -50,3 +50,3 @@ import type { Dict, JsonObject } from './types'; | ||
*/ | ||
export declare const fold: <w_out, w_value>(a_in: w_value[], f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>; | ||
export declare const fold: <w_out, w_value>(a_in: Iterable<w_value>, f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>; | ||
/** | ||
@@ -53,0 +53,0 @@ * Creates a new array by inserting an item in between every existing item |
@@ -50,3 +50,3 @@ import type { Dict, JsonObject } from './types'; | ||
*/ | ||
export declare const fold: <w_out, w_value>(a_in: w_value[], f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>; | ||
export declare const fold: <w_out, w_value>(a_in: Iterable<w_value>, f_fold: (z_value: w_value, i_each: number) => Dict<w_out>) => Dict<w_out>; | ||
/** | ||
@@ -53,0 +53,0 @@ * Creates a new array by inserting an item in between every existing item |
{ | ||
"name": "@blake.regalia/belt", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"repository": "github:blake-regalia/belt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
190301