UNPKG

@vandrei977/react-native-render-html

Version:

The hackable, full-featured Open Source HTML rendering solution for React Native.

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isUriSource; function isUriSource(source) { return 'uri' in source && typeof source.uri === 'string'; } //# sourceMappingURL=isUriSource.js.map