UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

2 lines (1 loc) 107 B
export function omit(r,t){const n={...r};for(let e=0;e<t.length;e++){const o=t[e];o&&delete n[o]}return n}