Skip to content

Commit

Permalink
Updating exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hejny committed Jan 16, 2025
1 parent 4bd5e77 commit 41411b0
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 41411b0

Please sign in to comment.