UNPKG
poly-peach
Version:
latest (0.5.1)
0.5.1
A targeted pitch-detection library for node in the browser
gitlab.com/chrisspen/poly-peach
poly-peach
/
dist
/
index.d.ts
9 lines
(8 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
PolyPeachDetector
}
from
'./polypeach'
;
import
{
Chromagram
}
from
'./chromagram'
;
export
{
PolyPeachDetector
,
Chromagram
};
declare
const
_default
: {
PolyPeachDetector
:
typeof
PolyPeachDetector
;
Chromagram
:
typeof
Chromagram
; };
export
default
_default;