UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

12 lines (11 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HASH_GLOB = void 0; exports.isHandleHashGlobMessage = isHandleHashGlobMessage; exports.HASH_GLOB = 'HASH_GLOB'; function isHandleHashGlobMessage(message) { return (typeof message === 'object' && message !== null && 'type' in message && message['type'] === exports.HASH_GLOB); }