UNPKG

async-multiple

Version:
8 lines (6 loc) 193 B
export const PENDING = 'PENDING' export const RESOLVE = 'RESOLVE' export const REJECT = 'REJECT' export const UNCALL = 'UNCALL' export const CALLING = 'CALLING' export const CALLED = 'CALLED'