mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 03:02:50 +00: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;
|