UNPKG
ytmusic-api-proxy
Version:
latest (5.3.1)
5.3.1
5.3.0
YouTube Music API
github.com/HiiZun/ts-npm-ytmusic-api
HiiZun/ts-npm-ytmusic-api
ytmusic-api-proxy
/
dist
/
utils
/
filters.d.ts
5 lines
(4 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
isTitle
:
(
data
:
any
) =>
boolean
;
export
declare
const
isArtist
:
(
data
:
any
) =>
boolean
;
export
declare
const
isAlbum
:
(
data
:
any
) =>
boolean
;
export
declare
const
isDuration
:
(
data
:
any
) =>
RegExpMatchArray
;