Using this package:
https://www.npmjs.org/package/glob
```
var Glob = require("glob").Glob
var mg = new Glob(pattern, options, cb)
```
You won't get completions when you type `new Glob(` but you see completions if you type `Glob(` without the `new`.
https://www.npmjs.org/package/glob
```
var Glob = require("glob").Glob
var mg = new Glob(pattern, options, cb)
```
You won't get completions when you type `new Glob(` but you see completions if you type `Glob(` without the `new`.