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
/
checkType.d.ts
4 lines
(3 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
import
{
ZodType
}
from
"zod"
;
declare
const
_default
: <T>
(
data
: T,
type
:
ZodType
<T,
import
(
"zod"
).
ZodTypeDef
, T>
) =>
T;
export
default
_default;