UNPKG

cpt-waffle-lotide

Version:
9 lines (8 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tail = (array) => { if (!array) return null; return array.slice(1); }; exports.default = tail;