UNPKG
@ozarkoc/chordpro-parser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A browser-friendly bundled version of chordproject-parser
@ozarkoc/chordpro-parser
/
types
/
formatter
/
DataHelper.d.ts
5 lines
(4 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
export
declare
abstract
class
DataHelper
{
static
toMinutesSeconds
(
duration
: number):
string
;
static
toProperCase
(
text
:
string
):
string
; }