mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
8 lines
159 B
TypeScript
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;
|