UNPKG

wickr-bedrock-bot

Version:

AWS Wickr's own Bedrock Bot

5 lines (4 loc) 133 B
export const timing = { setTimeout: (cb, ms) => setTimeout(cb, ms), clearTimeout: (timeoutId) => clearTimeout(timeoutId), };