JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 163
  • Score
    100M100P100Q76289F
  • License MIT

Creates a function that is restricted to invoking func once. Repeat calls to the function return the value of the first invocation. The func is invoked with the this binding and arguments of the created function.

Package Exports

  • @zodash/once

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zodash/once) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@zodash/microhub

TODO: description

Usage

const createMicrohub = require('@zodash/microhub').createMicrohub;

// TODO: DEMONSTRATE API