UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

8 lines (7 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createUuid = void 0; const uuid_1 = require("uuid"); // TODO: replace this redundancy with 'the createUuid()' from 'utils/uuid.ts' const createUuid = () => (0, uuid_1.v4)(); exports.createUuid = createUuid;