UNPKG

@zaruikes/epubjs-core

Version:

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

3 lines 71 B
export function isURL(value) { return value.slice(0, 4) === 'http'; }