sindresorhus / callsites

Get callsites from the V8 stack trace API
MIT License
260 stars 22 forks source link

Add TypeScript definitions #9

Closed SamVerschueren closed 6 years ago

sindresorhus commented 6 years ago

I noticed some return null and others return undefined, how did you figure out what they could return?

SamVerschueren commented 6 years ago

I noticed some return null and others return undefined, how did you figure out what they could return?

I ran a test file in ow and dumped all the CallSite objects to a file. There I noticed some values are undefined and some are null.

sindresorhus commented 6 years ago

Ah, I see. Weird API.