UNPKG

cpt-waffle-lotide

Version:
9 lines (8 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const head = (array) => { if (!array || array.length === 0) return null; return array[0]; }; exports.default = head;