mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
declare module 'simple-youtube-age-restriction-bypass' {
|
|
const nothing: never;
|
|
export default nothing;
|
|
}
|