@apigames/json
Advanced tools
Comparing version 1.0.34 to 1.0.35
export { append, areEqual, clone, extractAndRedact, hasProperty, isArray, isBoolean, isDate, isEmpty, isError, isNumber, isObject, isRegExp, isString, isDefined, isUndefined, stringify, } from './utils'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare function isArray(value: any): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -6,7 +6,8 @@ { | ||
"license": "MIT", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js", | ||
"ms:build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js", | ||
"mac:build": "rm -rf lib;tsc;jest --config build.jest.config.js", | ||
"test:coverage": "jest --coverage", | ||
@@ -22,3 +23,3 @@ "test:watch": "jest --watch" | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.9", | ||
"@types/node": "^14.14.10", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
@@ -25,0 +26,0 @@ "@typescript-eslint/parser": "^3.10.1", |
@@ -0,0 +0,0 @@ API Games JSON Utilities |
Sorry, the diff of this file is not supported yet
12783