UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

4 lines (3 loc) 95 B
'use strict' const clear = module.exports = iterable => Array.isArray(iterable) ? [] : {}