extension
Version:
Create cross-browser extensions with no build configuration.
16 lines (12 loc) • 546 B
TypeScript
// ██████╗██╗ ██╗
// ██╔════╝██║ ██║
// ██║ ██║ ██║
// ██║ ██║ ██║
// ╚██████╗███████╗██║
// ╚═════╝╚══════╝╚═╝
// MIT License (c) 2020–present Cezar Augusto & the Extension.js authors — presence implies inheritance
/// <reference types="webextension-polyfill" />
declare global {
const browser: typeof import('webextension-polyfill')
}
export {}