UNPKG

@swc/helpers

Version:

External helpers for the swc project.

5 lines (4 loc) 145 B
function _is_native_function(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } export { _is_native_function as _ };