UNPKG
@bonniernews/abbe-api-utils
Version:
latest (1.1.0)
1.1.0
1.0.2
1.0.1
1.0.0
Utilities for converting to Abbe article format
github.com/BonnierNews/abbe-api-utils
@bonniernews/abbe-api-utils
/
dist
/
draftjs
/
block-key.js
7 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
blockKey
= blockKey;
function
blockKey
(
) {
return
(
Math
.
random
() +
1
).
toString
(
36
).
slice
(
7
); }