modified git ignore
This commit is contained in:
10
build/export/packer/express.d.ts
vendored
Normal file
10
build/export/packer/express.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference types="express" />
|
||||
import * as express from "express";
|
||||
import { File } from "../../file";
|
||||
import { IPacker } from "./packer";
|
||||
export declare class ExpressPacker implements IPacker {
|
||||
private readonly res;
|
||||
private readonly packer;
|
||||
constructor(file: File, res: express.Response);
|
||||
pack(name: string): Promise<void>;
|
||||
}
|
Reference in New Issue
Block a user