1.0.3 • Published 2 years ago
external-package-xx v1.0.3
external-package-xx
This module exports dropFoo function, removes foo from string array if present.
Usage
import { dropFoo } from "external-package-x";
const arr = dropFoo(["foo", "bar"]);