JSPM

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

Dead simple config loader

Package Exports

  • settingz
  • settingz/index.cjs

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 (settingz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

settingz

Dead simple config loader.

npm github node

Installation

npm install settingz --save

Usage

const { isReachable, reaching } = require('settingz');

console.log(isReachable('react'));
console.log(isReachable('./file.js'));
console.log(reaching('config.json'));