/** * @file 判断是否是 native 方法 */ /** * 判断是否是 native 方法 * * @param target 待判定函数 */ export default function isNative(target: any): boolean;