UNPKG

@sem1083/proto.extend

Version:

Extends Prototypes like String, Array, Objects etc.

8 lines (6 loc) 172 B
'use strict'; Object.assign(Array.prototype, { random() { if (this.length === 0) throw "Incorrect usage, please provide items in the array!"; } });