UNPKG

@epubjs-react-native/core

Version:

A digital book reader in .opf .epub format for react native using epub.js library inside a webview.

9 lines (8 loc) 167 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isURL = isURL; function isURL(value) { return value.slice(0, 4) === 'http'; }