/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/server/app-render/rsc
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 {};