@chatium/json
Advanced tools
Comparing version 0.1.7 to 0.1.8
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.flattenChildren = void 0; | ||
const util_1 = require("util"); | ||
async function flattenChildren(children) { | ||
@@ -44,3 +43,3 @@ const result = []; | ||
function isPromise(b) { | ||
return util_1.types.isPromise(b); | ||
return !!b && typeof b.then === 'function'; | ||
} | ||
@@ -47,0 +46,0 @@ /** |
{ | ||
"name": "@chatium/json", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Chatium-JSON UI browser format specification and reference implementation for JS/TS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
97176
2271