UNPKG
@graysham/mixmotion-player
Version:
latest (1.0.34)
1.0.34
<h1 align='center'> Mixmotion Player </h1>
@graysham/mixmotion-player
/
dist
/
lib
/
MixmotionPlayer
/
utils.d.ts
4 lines
(3 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
export
declare
function
shuffle<T>(
array
: T[]): T[];
export
declare
function
formatTime
(
value
:
number
):
string
|
undefined
;
export
declare
function
capitalizeWords
(
str
:
string
|
undefined
):
string
|
undefined
;