UNPKG

66 BJavaScriptView Raw
1const asyncIdentity = async (x) => x;
2export {
3 asyncIdentity
4};