swc_ecma_transforms_base 43.0.0

rust port of babel and closure compiler.
Documentation
1
2
3
function _is_native_function(fn) {
    return Function.toString.call(fn).indexOf("[native code]") !== -1;
}