/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/concat-with-sourcemaps/index.d.ts
12 строк
374 B
EvgeniyBudaev
Initial commit
17 фев 2020, 09:02
17 фев 2020, 09:02
bb6f06f
Код
Авторство
О чём код?
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; } }