UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

4 lines 92 B
import uuid from 'uuid/v4'; export const generateUniqueNodeKey = () => { return uuid(); };