Files
notesnook/apps/mobile/native/globals.js

8 lines
284 B
JavaScript
Raw Normal View History

2022-07-03 13:49:57 +05:00
/* eslint-disable @typescript-eslint/no-var-requires */
2024-01-24 18:58:14 +05:00
import 'react-native-url-polyfill/auto';
2023-11-16 08:54:37 +05:00
import "./polyfills/console-time.js"
2022-07-03 13:49:57 +05:00
global.Buffer = require('buffer').Buffer;
2022-08-29 16:19:17 +05:00
import '../app/common/logger/index';
2022-07-08 18:32:08 +05:00
import { DOMParser } from './worker.js';
global.DOMParser = DOMParser;