@aesthetic/utils
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -1,2 +0,2 @@ | ||
export default function arrayLoop<T extends unknown>(array: ArrayLike<T>, callback: (item: T, index: number) => void, reverse?: boolean): void; | ||
export default function arrayLoop<T>(array: ArrayLike<T>, callback: (item: T, index: number) => void, reverse?: boolean): void; | ||
//# sourceMappingURL=arrayLoop.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export default function arrayReduce<T extends unknown>(array: ArrayLike<T>, callback: (item: T, index: number) => string, initialValue?: string): string; | ||
export default function arrayReduce<T>(array: ArrayLike<T>, callback: (item: T, index: number) => string, initialValue?: string): string; | ||
//# sourceMappingURL=arrayReduce.d.ts.map |
{ | ||
"name": "@aesthetic/utils", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c22a30d836aca002a071cd61e8d4f7d66fb3cd4b" | ||
"gitHead": "72edb2d4813718308179a03f66794c59baace701" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17354