moander - Overview
Highlights
Pinned Loading
-
_worker.js for pages api _worker.js for pages api
1
/* eslint-disable */2
3
/**4
* Add _worker.js to your public directory to enable /api/* proxying5
* -
Lodash on Array.prototype Lodash on Array.prototype
1
// eslint-disable2
3
// Access prefixed lodash array functions on the Array prototype.4
// For example [3,2,1].js1SortBy(x => x)5



