fix: simple-youtube-age-restriction-bypass

This commit is contained in:
JellyBrick
2023-12-03 02:49:17 +09:00
parent f62664b6a5
commit 14965a93e9
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,3 @@
declare module 'simple-youtube-age-restriction-bypass' {
const nothing: never;
export default nothing;
export const inject: () => void;
}