Files
orbitdb/src/fs-shim.js
2022-12-20 01:12:56 +00:00

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")')