@bigbinary/neeto-commons-frontend 2.0.80 → 2.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress-utils.cjs.js +1 -0
- package/cypress-utils.cjs.js.map +1 -1
- package/cypress-utils.js +1 -0
- package/cypress-utils.js.map +1 -1
- package/package.json +1 -1
- package/pure.d.ts +0 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.82",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/pure.d.ts
CHANGED
|
@@ -970,18 +970,6 @@ export function isNot(a: any): (b: any) => boolean;
|
|
|
970
970
|
export const isNotEmpty: (a: any) => boolean;
|
|
971
971
|
export function isNotEqualDeep(a: any, b: any): boolean;
|
|
972
972
|
export function isNotEqualDeep(a: any): (b: any) => boolean;
|
|
973
|
-
/**
|
|
974
|
-
*
|
|
975
|
-
* Curried: false
|
|
976
|
-
*
|
|
977
|
-
* Failsafe status: failsafe by default
|
|
978
|
-
*
|
|
979
|
-
* Returns true if the given value is not null or undefined. False otherwise.
|
|
980
|
-
*
|
|
981
|
-
* (the opposite of isNil in ramda)
|
|
982
|
-
*
|
|
983
|
-
*/
|
|
984
|
-
export const isNotNil: (a: any) => boolean;
|
|
985
973
|
/**
|
|
986
974
|
*
|
|
987
975
|
* Curried: false
|