UNPKG

cozy-intent

Version:

Event-based library allowing interactions between React-Native and React applications

10 lines (8 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isWebviewSourceBaseUrl = isWebviewSourceBaseUrl; function isWebviewSourceBaseUrl(webviewSource) { return Boolean(webviewSource.html); }