UNPKG
score-key
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Simple package to get score key value.
github.com/wspecs/score-key
wspecs/score-key
score-key
/
dist
/
index.d.ts
3 lines
(2 loc)
•
171 B
TypeScript
View Raw
1
2
3
import
{ getPitchVariationMap, getPitch, getKey, getFlatKey, getSharpKey }
from
'./lib/utils'
;
export
{ getKey, getPitch, getPitchVariationMap, getFlatKey, getSharpKey };