File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,7 @@ randomString(10) // This will generate a random string with a length of 10. The
33
33
34
34
// If the input was empty the length of string will be selected randomly between 1-20
35
35
```
36
+
37
+ ## Demo
38
+
39
+ You can check the [ working demo] ( https://runkit.com/smakss/random-string ) in runkit.
Original file line number Diff line number Diff line change 1
- 'use strict'
2
- import randomString from './index.cjs'
3
- export default randomString
1
+ 'use strict' ;
2
+ import randomString from './index.cjs' ;
3
+ export default randomString ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @smakss/random-string" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " Generates random dummy string." ,
5
5
"type" : " module" ,
6
6
"main" : " index.cjs" ,
You can’t perform that action at this time.
0 commit comments