modified git ignore
This commit is contained in:
9
build/export/packer/stream.d.ts
vendored
Normal file
9
build/export/packer/stream.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/// <reference types="node" />
|
||||
import { Readable } from "stream";
|
||||
import { File } from "../../file";
|
||||
import { IPacker } from "./packer";
|
||||
export declare class StreamPacker implements IPacker {
|
||||
private readonly compiler;
|
||||
constructor(file: File);
|
||||
pack(): Readable;
|
||||
}
|
Reference in New Issue
Block a user