UNPKG

@dotglitch/ngx-common

Version:

Angular components and utilities that are commonly used.

7 lines (6 loc) 242 B
import { ImportResourcePath } from './types'; export declare class DependencyParser { private REGEX_NODE_MODULE; parseDependencies(source: string, parent: ImportResourcePath | string): ImportResourcePath[]; private resolvePath; }