UNPKG

ad-promise

Version:

This is a fork of the gheeres node-activedirectory. It fixes some issues with timeouts with very large AD-Groups as well as returning also promises so you won't have to use callbacks

13 lines (10 loc) 203 B
let pendingReferrals = []; const push = (Element) => { return pendingReferrals.push(Element); }; const get = () => { return pendingReferrals; }; module.exports = { push, get };