UNPKG

@extra-array/init

Version:
6 lines (5 loc) 85 B
'use strict'; function init(x) { return x.slice(0, -1); } module.exports = init;