Skip to content

Commit

Permalink
🧹 Organize imports
Browse files Browse the repository at this point in the history
🔼 This commit was automatically generated by [Batch project editor](https://github.com/hejny/batch-project-editor) using workflow organizeImports
  • Loading branch information
hejny committed Oct 5, 2024
1 parent e9224d9 commit b35eab3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ import { forTimeSynced } from './functions/forTimeSynced.js';
import { forValueDefined } from './functions/forValueDefined.js';

export {
forTime,
forEver,
forImage,
forTimeout,
forImmediate,
forTimeSynced,
forValueDefined,
forDocumentReady,
forAnimationFrame,
forDOMContentLoaded,
forAllImagesInElement,
forTime,
forEver,
forImage,
forTimeout,
forImmediate,
forTimeSynced,
forValueDefined,
forDocumentReady,
forAnimationFrame,
forDOMContentLoaded,
forAllImagesInElement,
};

0 comments on commit b35eab3

Please sign in to comment.