UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 268 B
export const isAsyncFunction = { isStatic: true, label: 'isAsyncFunction', fn: function functionIsAsyncFunction(x) { return 'function' === typeof (x) && 'AsyncFunction' === x.constructor.name; }, }; //# sourceMappingURL=is-async-function.js.map