UNPKG

ngrx-vis

Version:

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

9 lines (8 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function createId() { return (Math.random() .toString(36) .substring(2) + Date.now().toString(36)); } exports.createId = createId;