mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
5 lines
185 B
JavaScript
5 lines
185 B
JavaScript
/* eslint-disable */
|
|
import where from 'wherearewe'
|
|
|
|
export const fs = (!where.isElectronMain && (typeof window === 'object' || typeof self === 'object')) ? null : eval('import("fs")')
|