combine all type declartion

This commit is contained in:
YXL
2020-09-30 13:44:17 +08:00
parent 4f90957090
commit 0183f41df5
186 changed files with 1150 additions and 2035 deletions

View File

@ -1,4 +1,4 @@
import { banner, lyric } from '../main'
import { banner, lyric } from 'NeteaseCloudMusicApi'
banner({ type: 0 }).then((res) => {
console.log(res)
})