DIR: /proc/self/root/usr/share/node_modules/@types/codemirror/addon/hint/ |
Current File : //proc/self/root/usr/share/node_modules/@types/codemirror/addon/hint/javascript-hint.d.ts |
import './show-hint'; declare module '../../' { interface HintHelpers { javascript: HintFunction; coffeescript: HintFunction; } } |