Remove Packages

spitout

A small CLI tool that prints contents of passed file and then removes it

1.0.2 • Published 10 years ago

objrmprop

Use this module to create a new object by removing properties from an existing object. E.g: const user = {name: "Mohammed MT", title: "SSE"}; const newUser = objrmprop(user, ["title"]); OR const newUser = objrmprop(user, "title"); // Results {name: Mohamm

1.0.7 • Published 5 years ago