initial commit
This commit is contained in:
12
node_modules/concat-with-sourcemaps/index.d.ts
generated
vendored
Normal file
12
node_modules/concat-with-sourcemaps/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { RawSourceMap } from "source-map";
|
||||
|
||||
declare module "concat-with-sourcemaps" {
|
||||
|
||||
export default class Concat {
|
||||
constructor(generateSourceMap: boolean, fileName: string, separator?: string);
|
||||
add(filePath: string | null, content: string | Buffer, sourceMap?: string | RawSourceMap): void;
|
||||
readonly content: Buffer;
|
||||
readonly sourceMap: string | undefined;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user