UNPKG

ts-transform-paths

Version:

[![travis](https://badgen.net/travis/OniVe/ts-transform-paths)](https://travis-ci.com/OniVe/ts-transform-paths) [![npm-version](https://badgen.net/npm/v/ts-transform-paths)](https://www.npmjs.com/package/ts-transform-paths) [![npm-downloads](https://badge

5 lines (4 loc) 383 B
import * as ts from "typescript"; export declare function isRequireCall(node: ts.Node, checkArgumentIsStringLiteralLike: boolean): node is ts.CallExpression; export declare function isImportCall(node: ts.Node): node is ts.CallExpression; export declare function chainBundle<T extends ts.SourceFile | ts.Bundle>(transformSourceFile: (x: ts.SourceFile) => ts.SourceFile): (x: T) => T;