UNPKG

ngrx-vis

Version:

<p align="center"> <img src="https://github.com/co-IT/ngrx-vis/blob/master/assets/logo.png?raw=true"> </p>

12 lines (11 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function extractActions(actionContexts) { return actionContexts.map(function (context) { return ({ id: context.id, typeFull: context.actionMeta.typeFull || 'not set', typeScope: context.actionMeta.typeScope || 'not set', typeDescription: context.actionMeta.typeDescription || 'not set' }); }); } exports.extractActions = extractActions;