UNPKG

@adaptabletools/adaptable

Version:

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

4 lines (3 loc) 157 B
import { v4 as uuidv4 } from 'uuid'; // TODO: replace this redundancy with 'the createUuid()' from 'utils/uuid.ts' export const createUuid = () => uuidv4();