UNPKG

generator-ssjs

Version:

yo generator to scaffold an [SSJS Framework](https://adessose.github.io/ssjs-webpack/) project. ## Installation ``` # install yo npm install --global yo

9 lines (8 loc) 231 B
if (!Array.prototype.find) { Array.prototype.find = function(callback, thisArg) { for (var i = 0; i < this.length; i++) { if (callback.call(thisArg, this[i], i, this)) return this[i]; } return undefined; }; }