@byjohann/utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -35,3 +35,3 @@ type MaybeArray<T> = T | T[]; | ||
*/ | ||
declare function randomStr(size?: number, dict?: string): string; | ||
declare function generateRandomId(size?: number, dict?: string): string; | ||
/** | ||
@@ -43,2 +43,2 @@ * Removes common leading whitespace from a template string while | ||
export { type MaybeArray, createCsv, escapeCsvValue, objectEntries, objectKeys, randomStr, template, toArray, tryParseJson, unindent }; | ||
export { type MaybeArray, createCsv, escapeCsvValue, generateRandomId, objectEntries, objectKeys, template, toArray, tryParseJson, unindent }; |
{ | ||
"name": "@byjohann/utils", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"packageManager": "pnpm@9.5.0", | ||
@@ -6,0 +6,0 @@ "description": "A collection of utilities for my projects", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7834