UNPKG

score-key

Version:

Simple package to get score key value.

9 lines (8 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("./lib/utils"); exports.getPitchVariationMap = utils_1.getPitchVariationMap; exports.getPitch = utils_1.getPitch; exports.getKey = utils_1.getKey; exports.getFlatKey = utils_1.getFlatKey; exports.getSharpKey = utils_1.getSharpKey;