Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add depth option and require Node.js 8 #6

Merged
merged 5 commits into from
Nov 22, 2019
Merged

Add depth option and require Node.js 8 #6

merged 5 commits into from
Nov 22, 2019

Conversation

yaodingyd
Copy link
Contributor

@yaodingyd yaodingyd commented Jul 9, 2019

Fix #4.

Also meta tweaks and adding type definition to match your current project setup.


IssueHunt Summary

Referenced issues

This pull request has been submitted to:


IssueHunt has been backed by the following sponsors. Become a sponsor

foo();
```
*/
declare function callerPath(options?: callerPath.Options): string | undefined;
Copy link
Owner

@sindresorhus sindresorhus Jul 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above docs should document when it could be undefined. (readme too)

@sindresorhus sindresorhus changed the title Add depth option Add depth option and require Node.js 8 Nov 22, 2019
@sindresorhus sindresorhus merged commit 2f3525d into sindresorhus:master Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integer as caller depth argument?
2 participants