UNPKG

@epubjs-react-native/core

Version:

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

3 lines 73 B
export function isFsUri(value) { return value.startsWith('file:///'); }