Packages
Library for accessibility snapshot testing in Phoenix applications using axe-core and Playwright.
Current section
Files
Jump to
Current section
Files
assets/node_modules/underscore/cjs/defer.js
var underscore = require('./underscore.js');
var partial = require('./partial.js');
var delay = require('./delay.js');
// Defers a function, scheduling it to run after the current call stack has
// cleared.
var defer = partial(delay, underscore, 1);
module.exports = defer;