Your IP : 216.73.217.79


Current Path : /usr/share/nodejs/@types/codemirror/addon/fold/
Upload File :
Current File : //usr/share/nodejs/@types/codemirror/addon/fold/brace-fold.d.ts

import './foldcode';

declare module './foldcode' {
    interface FoldHelpers {
        brace: FoldRangeFinder;
        import: FoldRangeFinder;
        include: FoldRangeFinder;
    }
}