mirror of
https://github.com/LBRYFoundation/Watch-on-LBRY.git
synced 2025-08-23 09:37:26 +00:00
9 lines
No EOL
141 B
TypeScript
9 lines
No EOL
141 B
TypeScript
declare module '*.md' {
|
|
var _: string
|
|
export default _
|
|
}
|
|
|
|
declare namespace chrome
|
|
{
|
|
export const action = chrome.browserAction
|
|
} |