UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

7 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunctionNative = isFunctionNative; function isFunctionNative(func) { return /^function\s.*?\{\s*\[native code]\s*}$/.test(String(func)); } //# sourceMappingURL=misc.js.map