mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
304 B
TypeScript
10 lines
304 B
TypeScript
// Type definitions for jscodeshift 0.6
|
|
// Project: https://github.com/facebook/jscodeshift#readme
|
|
// Definitions by: Brie Bunge <https://github.com/brieb>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.9
|
|
|
|
import core = require("./src/core");
|
|
|
|
export = core;
|