UNPKG

score-parser

Version:

![npm](https://img.shields.io/npm/v/score-parser.svg) ![license](https://img.shields.io/npm/l/score-parser.svg) ![github-issues](https://img.shields.io/github/issues/score-parser.svg)

9 lines (8 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var score_1 = require("./lib/score"); exports.analyzeScore = score_1.analyzeScore; if (process.argv[2] === 'score' && process.argv[3]) { console.log('yes'); score_1.analyzeScore(process.argv[3]); }