2019-06-06 09:34:36 +02:00

13 lines
370 B
TypeScript

// Type definitions for extensionizer 1.0.1
// Project: https://github.com/MetaMask/extensionizer
// Definitions by: Jaco Greeff <https://github.com/jacogr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="chrome"/>
declare module 'extensionizer' {
const extensionizer: typeof chrome;
export default extensionizer;
}