JSPM

parsify-basejump

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

Switch between bases easily using Parsify

Package Exports

  • parsify-basejump

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

Readme

Parsify Plugin: Basejump

About

This plugin allows for quick conversion between bases, just in case you wanted to do that.

Install

$ npm install @HexaCubist/parsify-basejump

Usage

import Parsify from '@parsify/core';
import parsifyPluginHelloWorld from 'parsify-plugin-hellow-world';

const parsify = new Parsify([
    parsifyPluginHelloWorld();
]);

API

parsifyPluginHelloWorld(options?)

options

Type: object

Any of the options below

upperCase

Type: boolean
Default: process.env.UPPER_CASE

Whether the output should be upper case or not.

License

MIT