@popclip/types 1.4688.0 → 1.4688.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
- package/popclip.d.ts +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/popclip.d.ts
CHANGED
|
@@ -476,7 +476,7 @@ interface Extension<CustomOptions = Options> extends ActionProperties {
|
|
|
476
476
|
/**
|
|
477
477
|
* Exported test function for use during development.
|
|
478
478
|
*/
|
|
479
|
-
test
|
|
479
|
+
test?: TestFunction;
|
|
480
480
|
|
|
481
481
|
// the following are static properties, included for the benefit of the JSON Scheme generation
|
|
482
482
|
popclipVersion?: number;
|