parsify-basejump
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i parsify-basejump

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

5.37 kB

Total Files

8

Last publish

Collaborators

  • hexacubist