@devgrace/utils
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -1,3 +0,2 @@ | ||
export * from './add'; | ||
export * from './isClient'; | ||
export * from './isServer'; |
@@ -1,1 +0,1 @@ | ||
"use strict";function e(){return"undefined"==typeof window&&"undefined"!=typeof global}exports.add=function(e,n){return e+n},exports.isClient=function(){return!e()},exports.isServer=e; | ||
"use strict";var e=function(){return"undefined"==typeof window&&"undefined"!=typeof global};exports.isClient=function(){return!e()},exports.isServer=e; |
@@ -1,3 +0,2 @@ | ||
export * from './add'; | ||
export * from './isClient'; | ||
export * from './isServer'; |
@@ -1,1 +0,1 @@ | ||
var n=function(n,e){return n+e};function e(){return"undefined"==typeof window&&"undefined"!=typeof global}function t(){return!e()}export{n as add,t as isClient,e as isServer}; | ||
var n=function(){return"undefined"==typeof window&&"undefined"!=typeof global},e=function(){return!n()};export{e as isClient,n as isServer}; |
{ | ||
"name": "@devgrace/utils", | ||
"sideEffects": false, | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "devgrace/utils", | ||
@@ -12,3 +12,3 @@ "main": "dist/cjs/index.js", | ||
"scripts": { | ||
"test": "jest --coverage", | ||
"test": "jest", | ||
"build": "rm -rf dist && rollup -c", | ||
@@ -37,3 +37,3 @@ "typecheck": "tsc --noEmit" | ||
}, | ||
"gitHead": "7511d2fcc0e81eedbe5b8e4cc45813451953e67d" | ||
"gitHead": "352a7099cf694348468a33fbf1e58d0a1ed2f8b3" | ||
} |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3020
1
21
13
12