Skip to content

KoryNunn/stack-limit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-limit

Get the stack at the current location, at a given stack depth limit

Usage

var stackLimit = require('../');

stackLimit(); // -> Up to 10 depth of stack (10 is the default)

stackLimit(100); // -> Up to 100 depth of stack

About

Get the stack at the current location, at a given stack depth limit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published