UNPKG

@swc/helpers

Version:

External helpers for the swc project.

7 lines (5 loc) 156 B
"use strict"; function _is_native_function(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } exports._ = _is_native_function;