external-package-xx
v1.0.3
Published
A package that depends on an external package
Readme
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"]);