UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

3 lines (2 loc) 140 B
import * as ts from 'typescript'; export declare function hasImport(statements: ts.NodeArray<ts.Statement>, importModule: string): boolean;