sleep-promise
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -1,2 +0,2 @@ | ||
import { SleepOptions } from './options'; | ||
import { SleepOptions } from './shared'; | ||
@@ -3,0 +3,0 @@ declare function sleep<T = any>( |
{ | ||
"name": "sleep-promise", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "Resolves a promise after a specified delay.", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
187332