mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add defns for testUtils module * Import unecessary here, use a reference path instead * Add testUtils.d.ts to files array instead of reference
11 lines
367 B
TypeScript
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;
|