Packages

To get a package from CorePlus, require coreplus and run a function with the name of the package. To get all packages, use all.

const { Package } = require("coreplus")("package");

// or
const { Package, OtherPackage } = require("coreplus")("all");

Last updated