UNPKG
modern-audio
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A modern web audio lib
github.com/qq15725/modern-audio
qq15725/modern-audio
modern-audio
/
types
/
utils.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
export
declare
function
toCameCase
(
str
:
string
):
string
;
export
declare
function
getBindProp
(
el
:
any
,
prop
:
string
|
symbol
):
any
;