UNPKG

yahoo-fantasy

Version:

An API to help facilitate the use of the Yahoo! Fantasy Sports API in NodeJS projects.

7 lines (6 loc) 156 B
export function extractCallback(args) { if (args.length && typeof args[args.length - 1] === "function") { return args.pop(); } return () => {}; }