2017-12-06 01:03:14 +00:00
|
|
|
export interface IPacker {
|
|
|
|
pack(path: string): void;
|
2017-03-08 21:54:52 +00:00
|
|
|
}
|
2018-01-31 20:08:36 +00:00
|
|
|
|
|
|
|
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
2018-08-09 23:40:11 +01:00
|
|
|
/**
|
|
|
|
* @ignore
|
|
|
|
*/
|
2018-01-31 20:08:36 +00:00
|
|
|
export const WORKAROUND = "";
|