@platform/util.is
Advanced tools
Comparing version 0.0.162 to 0.0.165
@@ -1,2 +0,3 @@ | ||
export * from './is'; | ||
export * from './types'; | ||
import { Is } from './is'; | ||
export { Is }; | ||
export declare const is: import("./types").Is; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./is"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
exports.is = exports.Is = void 0; | ||
var is_1 = require("./is"); | ||
Object.defineProperty(exports, "Is", { enumerable: true, get: function () { return is_1.Is; } }); | ||
exports.is = is_1.Is; |
import * as t from './types'; | ||
export declare const is: t.Is; | ||
export declare const Is: t.Is; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.is = void 0; | ||
exports.is = { | ||
exports.Is = void 0; | ||
exports.Is = { | ||
get nodeEnv() { | ||
@@ -36,3 +36,3 @@ return this.browser ? 'browser' : process.env.NODE_ENV || 'development'; | ||
subject: function (input) { | ||
return exports.is.observable(input) && typeof (input === null || input === void 0 ? void 0 : input.next) === 'function'; | ||
return exports.Is.observable(input) && typeof (input === null || input === void 0 ? void 0 : input.next) === 'function'; | ||
}, | ||
@@ -39,0 +39,0 @@ stream: function (input) { |
{ | ||
"name": "@platform/util.is", | ||
"version": "0.0.162", | ||
"version": "0.0.165", | ||
"description": "Environment flags.", | ||
@@ -16,4 +16,4 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@platform/test": "0.2.10", | ||
"@platform/ts": "4.1.23" | ||
"@platform/test": "0.3.2", | ||
"@platform/ts": "4.7.7" | ||
}, | ||
@@ -20,0 +20,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5957
10
146