sliftutils 0.24.0 → 0.25.0
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/index.d.ts +0 -1
- package/misc/environment.d.ts +0 -1
- package/misc/environment.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
// Generated by: yarn generate-index-dts
|
|
3
3
|
|
|
4
4
|
declare module "sliftutils/misc/environment" {
|
|
5
|
-
/// <reference types="chrome" />
|
|
6
5
|
export declare function isInChromeExtension(): string | false;
|
|
7
6
|
export declare function isInChromeExtensionBackground(): boolean;
|
|
8
7
|
export declare function isInChromeExtensionContentScript(): boolean | "";
|
package/misc/environment.d.ts
CHANGED
package/misc/environment.ts
CHANGED