BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
function isRefObject(ref) {
|
||||
return (ref &&
|
||||
typeof ref === "object" &&
|
||||
Object.prototype.hasOwnProperty.call(ref, "current"));
|
||||
}
|
||||
|
||||
export { isRefObject };
|
||||
//# sourceMappingURL=is-ref-object.mjs.map
|
||||
Reference in New Issue
Block a user