@s-libs/js-core
Advanced tools
Comparing version
@@ -15,6 +15,6 @@ export declare type ArrayIteratee<I, O> = (item: I, index: number) => O; | ||
export declare type PartialExceptIndexes<T> = { | ||
[K in IndexKeys<T>]: T[K]; | ||
} & { | ||
[K in NonIndexKeys<T>]?: T[K]; | ||
} & { | ||
[K in IndexKeys<T>]: T[K]; | ||
}; | ||
export {}; |
@@ -23,2 +23,2 @@ /** | ||
*/ | ||
export declare function isEqualAtDepth(depth: number, value: any, other: any): boolean; | ||
export declare function isEqualAtDepth(depth: number, value: unknown, other: unknown): boolean; |
/** | ||
* Checks if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy). | ||
*/ | ||
export declare function isFalsy(value: any): boolean; | ||
export declare function isFalsy(value: unknown): boolean; |
/** | ||
* Checks if `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy). | ||
*/ | ||
export declare function isTruthy(value: any): boolean; | ||
export declare function isTruthy(value: unknown): boolean; |
{ | ||
"name": "@s-libs/js-core", | ||
"version": "15.0.0", | ||
"version": "15.1.0", | ||
"author": "Simonton Software", | ||
@@ -13,3 +13,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@s-libs/micro-dash": "^15.0.0" | ||
"@s-libs/micro-dash": "^15.1.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "dependencies": { |
@@ -7,2 +7,3 @@ export * from './lib/functions'; | ||
export { assert } from './lib/assert'; | ||
export { getCombinations } from './lib/get-combinations'; | ||
export { MigrateFunction, MigrationManager, VersionedObject, } from './lib/migration-manager'; | ||
@@ -9,0 +10,0 @@ export { Persistence } from './lib/persistence'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
317432
3.6%84
2.44%3418
3.92%49
2.08%1
Infinity%1
Infinity%1
Infinity%3
50%