lath
Version:
Seamless connection of pages.
13 lines (12 loc) • 767 B
TypeScript
import setTimeout from "./setTimeout";
import setInterval from "./setInterval";
import requestIdleCallback from './requestIdleCallback';
import requestAnimationFrame from "./requestAnimationFrame";
import testHasSmoothSnapScrolling from "./testHasSmoothSnapScrolling";
import testHasSmoothScrolling from "./testHasSmoothScrolling";
import testHasScrolling from './testHasScrolling';
import testHasSlotBug from './testHasSlotBug';
import testHasSnapReset from './testHasSnapReset';
import getCSSUnits from './getCSSUnits';
import sleep from './sleep';
export { setTimeout, setInterval, requestIdleCallback, requestAnimationFrame, testHasSmoothSnapScrolling, testHasSmoothScrolling, testHasScrolling, testHasSlotBug, testHasSnapReset, getCSSUnits, sleep };