Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@rspack
/
core
/
dist
/
util
/
Filename :
source.d.ts
back
Copy
/// <reference types="node" /> import type { JsCompatSource } from "@rspack/binding"; import { Source } from "webpack-sources"; declare class JsSource extends Source { static __from_binding(source: JsCompatSource): Source; static __to_binding(source: Source): { source: Buffer; isRaw: boolean; isBuffer: boolean; map?: undefined; } | { source: Buffer; map: Buffer; isRaw: boolean; isBuffer: boolean; }; } export { JsSource };