/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/server/app-render/rsc
NameSizeModeActions
postpone.d.ts490666editdlrm
postpone.js5120666editdlrm
postpone.js.map4590666editdlrm
preloads.d.ts3650666editdlrm
preloads.js17900666editdlrm
preloads.js.map22470666editdlrm
taint.d.ts3280666editdlrm
taint.js25750666editdlrm
taint.js.map14830666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/server/app-render/rsc/taint.d.ts (328B)
type Reference = object; type TaintableUniqueValue = string | bigint | ArrayBufferView; export declare const taintObjectReference: (message: string | undefined, object: Reference) => void; export declare const taintUniqueValue: (message: string | undefined, lifetime: Reference, value: TaintableUniqueValue) => void; export {};