@rg-dev/stdlib
Advanced tools
@@ -71,4 +71,4 @@ type Options = { | ||
| declare function useServer(fn: () => (Promise<any> | void), onError?: (err: Error) => void): Promise<any>; | ||
| declare function isNonEmptyString(str: string): boolean; | ||
| declare function isNonEmptyString(str?: string): boolean; | ||
| export { type AsyncReturnType, type MaybeFunction, type MyFn, Optional, StringBuilder, catchInline, doSafe, isNonEmptyString, isNumber, isRunningOnServer, promiseRetry, promiseWithTimeout, sleep, useServer }; |
@@ -71,4 +71,4 @@ type Options = { | ||
| declare function useServer(fn: () => (Promise<any> | void), onError?: (err: Error) => void): Promise<any>; | ||
| declare function isNonEmptyString(str: string): boolean; | ||
| declare function isNonEmptyString(str?: string): boolean; | ||
| export { type AsyncReturnType, type MaybeFunction, type MyFn, Optional, StringBuilder, catchInline, doSafe, isNonEmptyString, isNumber, isRunningOnServer, promiseRetry, promiseWithTimeout, sleep, useServer }; |
+1
-1
| { | ||
| "name": "@rg-dev/stdlib", | ||
| "version": "1.0.19", | ||
| "version": "1.0.20", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
529356
0