This package has been deprecated

Author message:

This project has been renamed. Install using @radulucut/scripts instead.

script-store
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

script-store

npm npm GitHub

Dynamic script loader

Install

$ npm install script-store

Usage

const scriptStore = require('script-store');

const store = new scriptStore();

store.load('script.js').then(() => {
  // script loaded
});

// OR

await store.load('script.js');

/script-store/

    Package Sidebar

    Install

    npm i script-store

    Weekly Downloads

    3

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    3.26 kB

    Total Files

    5

    Last publish

    Collaborators

    • radulucut