- Add serve.py to resolve clean Quartz URLs to .html files - Regenerate Quartz site with correct baseUrl http://100.118.5.51:9120 - 196 HTML files emitted; all internal links now resolve
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
import sample from './sample.js';
|
|
|
|
// Shuffle a collection.
|
|
export default function shuffle(obj) {
|
|
return sample(obj, Infinity);
|
|
}
|