npm

@luvio/utils
TypeScript icon, indicating that this package has built-in type declarations

5.21.0 • Public • Published

Utilities

This package contains common utilities that are used in other packages. Unlike base commands and services, the utilities here are not versioned and must remain backwards-compatible.

Other packages should not have runtime imports of anything from this package. TypeScript compile-time constructs like types & enums should not cause any issues. Imports of runtime constructs like functions or classes should be resolved by statically bundling this package with the consuming package(s). This will typically be done as part of the runtime build. Bundling earlier in the build process can result in duplicate copies of utility code.

/@luvio/utils/

    Package Sidebar

    Install

    npm i @luvio/utils

    Weekly Downloads

    1,174

    Version

    5.21.0

    License

    SEE LICENSE IN LICENSE.txt

    Unpacked Size

    76 kB

    Total Files

    30

    Last publish

    Collaborators

    • jrodriguezvelasco
    • erin.shaw
    • karthick-sh
    • dme722
    • scarrawaysf
    • kevinv11n
    • mikeburr
    • apapko
    • ethan.chan
    • ciaran.hannigan
    • lwc-admin