UNPKG

492 BTypeScriptView Raw
1// Type definitions for jscodeshift 0.11
2// Project: https://github.com/facebook/jscodeshift#readme
3// Definitions by: Brie Bunge <https://github.com/brieb>
4// Brian Jacobel <https://github.com/bjacobel>
5// Will Nguyen <https://github.com/willtn>
6// Bartosz Szewczyk <https://github.com/sztobar>
7// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
8// TypeScript Version: 2.9
9
10import core = require("./src/core");
11
12export = core;