UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

14 lines (10 loc) 288 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const isRawMessage = (data) => { if (typeof data !== 'object' || data === null) { return false; } return typeof data.raw === 'string'; }; exports.isRawMessage = isRawMessage;