Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jairwaal/image
Secondprinsipal
/
image
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c34c995
image
/
src
/
utils
/
idGenerator.js
hadadrjt
image: Migrate to Node.js.
c34c995
3 months ago
raw
Copy download link
history
blame
201 Bytes
//
// SPDX-FileCopyrightText: Hadad <
[email protected]
>
// SPDX-License-Identifier: Apache-2.0
//
export
const
generateId
= (
) => {
return
Math
.
random
()
.
toString
(
36
)
.
substring
(
2
,
15
);
};