UNPKG
jupystar
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Converter from Jupyter notebook (ipynb) to Starboard notebook
jupystar
/
dist
/
random.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
declare
function
generateUniqueId
(
length
:
number
):
string
;
export
declare
function
generateUniqueCellId
(
):
string
;