UNPKG

ngrx-vis

Version:

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

11 lines (10 loc) 238 B
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) function createNodeId() { return ( Math.random() .toString(36) .substring(2) + Date.now().toString(36) ) } exports.createNodeId = createNodeId