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) 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GET_SYNC_GENERATOR_CHANGES = void 0; exports.isHandleGetSyncGeneratorChangesMessage = isHandleGetSyncGeneratorChangesMessage; exports.GET_SYNC_GENERATOR_CHANGES = 'GET_SYNC_GENERATOR_CHANGES'; function isHandleGetSyncGeneratorChangesMessage(message) { return (typeof message === 'object' && message !== null && 'type' in message && message['type'] === exports.GET_SYNC_GENERATOR_CHANGES); }