mirror of
https://github.com/fluencelabs/libp2p-ts
synced 2025-04-01 01:41:06 +00:00
13 lines
370 B
TypeScript
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;
|
|
}
|