UNPKG

311 BTypeScriptView Raw
1/// <reference types="node" />
2import stream from 'stream';
3import { ComponentType } from './componentTargets';
4export default function collectComponentSourceMaps(): {
5 collector: (componentType: ComponentType, componentPlatform?: string | undefined) => stream.Transform;
6 emitter: stream.PassThrough;
7};