HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/es-abstract/operations/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/es-abstract/operations/years.js
'use strict';

function range(a, z) {
	return Array.from({ length: z + 1 - a }, (_, i) => i + a);
}

module.exports = Object.freeze(range(2015, 2022));