DefinitelyTyped/types/glob-base/glob-base-tests.ts
Andy 511af76fa4 Move packages from root to types (#15953)
* Move files

* Fix lint and remove node-jose
2017-04-18 08:02:41 -07:00

8 lines
159 B
TypeScript

import * as globBase from "glob-base";
const result = globBase("**/*.ts");
const isGlob = result.isGlob;
const glob = result.glob;
const base = result.base;