@shopify/async
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -20,3 +20,3 @@ export declare type Import<T> = T | { | ||
requestIdleCallback(callback: RequestIdleCallback, opts?: RequestIdleCallbackOptions): RequestIdleCallbackHandle; | ||
cancelIdleCallback: ((handle: RequestIdleCallbackHandle) => void); | ||
cancelIdleCallback: (handle: RequestIdleCallbackHandle) => void; | ||
} |
{ | ||
"name": "@shopify/async", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Primitives for loading parts of an application asynchronously.", |
17356