UNPKG

155 BTypeScriptView Raw
1import "./show-hint";
2
3declare module "../../" {
4 interface HintHelpers {
5 javascript: HintFunction;
6 coffeescript: HintFunction;
7 }
8}