1.0.0 • Published 4 years ago

upn-npm-parser v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

UPN NPM Parser

Parse the student ID of UPN Jatim's students.

Install

# npm
npm i upn-npm-parser

# yarn
yarn add upn-npm-parser

Usage

// commonjs
const {parseNpm} = require('upn-npm-parser');

// ES Modules
import {parseNpm} from 'upn-npm-parser';

const parseResult = parseNpm("19081010016");

Develop

# Install dependencies
yarn

# Build
yarn build

# Build with watch mode
yarn watch

# Run tests
yarn test