@types/webextension-polyfill
Version:
TypeScript definitions for webextension-polyfill
15 lines (12 loc) • 325 B
TypeScript
//////////////////////////////////////////////////////
// BEWARE: DO NOT EDIT MANUALLY! Changes will be lost!
//////////////////////////////////////////////////////
import { TrialMl } from "./trial_ml";
/**
* Namespace: browser.trial
*/
export namespace Trial {
interface Static {
ml: TrialMl.Static;
}
}