HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/nodejs/@types/webpack-sources/lib/
Upload File :
Current File : //proc/1784574/root/usr/share/nodejs/@types/webpack-sources/lib/PrefixSource.d.ts
import { SourceAndMapMixin } from '.';
import Source = require('./Source');

/**
 * Prefix every line of the decorated Source with a provided string.
 */
declare class PrefixSource extends Source implements SourceAndMapMixin {
    constructor(prefix: Source | string, source: Source | string);
    source(): string;
}

export = PrefixSource;