UNPKG

@bemedev/app-solid

Version:

Middleware between @bemedev/app-ts and solidjs

9 lines (6 loc) 153 B
'use strict'; const asyncify = fn => { return async (...args) => fn(...args); }; exports.asyncify = asyncify; //# sourceMappingURL=helpers.cjs.map