scramjet / src /client /natives.ts
soiz1's picture
Upload 150 files
bee6636 verified
raw
history blame contribute delete
133 Bytes
export const nativeFunction = self.Function;
export const nativeGetOwnPropertyDescriptor =
self.Object.getOwnPropertyDescriptor;