You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
7 lines
287 B
TypeScript
7 lines
287 B
TypeScript
// This index.ts file helps prevent code duplication issues when bundling
|
|
// as it allows ESBuild to select the TypeScript version of createEditor.
|
|
|
|
import '../polyfills';
|
|
// eslint-disable-next-line import/prefer-default-export
|
|
export { default as createEditor } from './createEditor';
|