1.0.2 • Published 5 years ago

pon-cache v1.0.2

Weekly downloads
312
License
Apache-2.0
Repository
github
Last release
5 years ago

pon-cache

Build Status npm Version JS Standard

Cache utility for pon

Installation

$ npm install pon-cache --save

Usage

'use strict'

const { cachedRequire } = require('pon-cache')

{
  const foo = cachedRequire('foo')
  /* ... */
}

Functions

Available functions

SignatureDescription
.cachedRequire(name) -> *Require with cache

License

This software is released under the Apache-2.0 License.

Links