Skip to content

Instantly share code, notes, and snippets.

@A
Created May 31, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A/0203bed5c02a29e66e7d to your computer and use it in GitHub Desktop.
Save A/0203bed5c02a29e66e7d to your computer and use it in GitHub Desktop.
export default(tokens, screen_name, target, resolve)=> {
if ('function' === typeof target) {
resolve = target;
target = null;
};
const client = new Twitter(tokens);
// …
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment