UNPKG

next

Version:

The React Framework

6 lines (5 loc) 328 B
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 {};