Instantly share code, notes, and snippets.
regex: async ([a-zA-Z]+)(\(.*\))
async ([a-zA-Z]+)(\(.*\))
substitution: exports.$1 = async $2 =>
exports.$1 = async $2 =>