DefinitelyTyped/types/jscodeshift/index.d.ts
Brian Jacobel e7b5b2048a Add definitions for jscodeshift/src/testUtils (#36154)
* Add defns for testUtils module

* Import unecessary here, use a reference path instead

* Add testUtils.d.ts to files array instead of reference
2019-06-19 09:54:40 -07:00

11 lines
367 B
TypeScript

// Type definitions for jscodeshift 0.6
// Project: https://github.com/facebook/jscodeshift#readme
// Definitions by: Brie Bunge <https://github.com/brieb>
// Brian Jacobel <https://github.com/bjacobel>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
import core = require("./src/core");
export = core;