UNPKG

@jrc03c/js-math-tools

Version:
8 lines (5 loc) 130 B
import { dropMissing } from "./drop-missing.mjs" function dropUndefined(x) { return dropMissing(x) } export { dropUndefined }