DefinitelyTyped/types/jscodeshift/index.d.ts

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;