UNPKG

ngx-matomo-client

Version:

Matomo (fka. Piwik) client for Angular applications

5 lines (4 loc) 236 B
import { Tree } from '@angular-devkit/schematics'; import * as ts from 'typescript'; export declare function readIntoSourceFile(host: Tree, modulePath: string): ts.SourceFile; export declare function escapeLiteral(str: string): string;