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 @@ -37,3 +37,7 @@ chooser() // FU
3737chooser() // FooBar
3838chooser() // Foo (only repeats once all items within the array are exhausted.)
3939```
40+
41+ ## Demo
42+
43+ You can check the [ working demo] ( https://runkit.com/smakss/convert-numbers ) in runkit.
Original file line number Diff line number Diff line change 1- 'use strict'
2- import randomItemWithNoRepetition from './index.cjs'
3- export default randomItemWithNoRepetition
1+ 'use strict' ;
2+ import randomItemWithNoRepetition from './index.cjs' ;
3+ export default randomItemWithNoRepetition ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @smakss/random-array-element" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "description" : " Selects a random array element without repetition." ,
55 "type" : " module" ,
66 "main" : " ./index.cjs" ,
You can’t perform that action at this time.
0 commit comments