@types/ember-testing-helpers
Advanced tools
@@ -16,5 +16,5 @@ // Type definitions for ember-testing/lib/helpers | ||
| import RSVP from 'rsvp'; | ||
| import RSVP from "rsvp"; | ||
| type KeyEventType = 'keydown' | 'keyup' | 'keypress'; | ||
| type KeyEventType = "keydown" | "keyup" | "keypress"; | ||
| type WaitResult<T> = RSVP.Promise<T>; | ||
@@ -60,3 +60,3 @@ | ||
| type: string, | ||
| options: Object | ||
| options: Object, | ||
| ): WaitResult<void>; | ||
@@ -63,0 +63,0 @@ function triggerEvent(selector: string, context: Object, type: string): WaitResult<void>; |
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Copyright (c) Microsoft Corporation. | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| { | ||
| "name": "@types/ember-testing-helpers", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "TypeScript definitions for ember-testing/lib/helpers", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember-testing-helpers", | ||
| "license": "MIT", | ||
@@ -40,4 +41,4 @@ "contributors": [ | ||
| }, | ||
| "typesPublisherContentHash": "6800ec109df7a32dd4013d0928c387cb013b36f172f64b124b6c455ae7c2f20c", | ||
| "typeScriptVersion": "2.8" | ||
| "typesPublisherContentHash": "6ac4ceb62c9eda9c255ce8253441978c2d24405c6a780e3d01b7dc8cfc6d89da", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -11,4 +11,4 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sat, 28 Mar 2020 18:54:12 GMT | ||
| * Dependencies: [@types/rsvp](https://npmjs.com/package/@types/rsvp), [@types/jquery](https://npmjs.com/package/@types/jquery) | ||
| * Last updated: Sat, 23 Sep 2023 17:07:22 GMT | ||
| * Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/rsvp](https://npmjs.com/package/@types/rsvp) | ||
| * Global values: none | ||
@@ -15,0 +15,0 @@ |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6875
1.01%1
-50%