@aidc/utils
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -6,1 +6,2 @@ import _debug from 'debug'; | ||
export declare const debug: _debug.Debugger; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,1 +5,2 @@ import { ReactElement } from 'react'; | ||
export declare function injectStyle(url: string): void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,1 +9,2 @@ export declare const isWindow: boolean; | ||
export declare const isChromeBackground: boolean; | ||
//# sourceMappingURL=index.d.ts.map |
export declare function getClassName(object: any): any; | ||
//# sourceMappingURL=index.d.ts.map |
export declare function checkWebp(): boolean; | ||
//# sourceMappingURL=check-webp.d.ts.map |
@@ -15,1 +15,2 @@ interface CompressInfoProps { | ||
export {}; | ||
//# sourceMappingURL=compress-image.d.ts.map |
@@ -19,1 +19,2 @@ export * from './check-webp'; | ||
export declare function onlyWebp(imgUrl: string): string; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,1 +9,2 @@ export * from './debug'; | ||
export * from './time'; | ||
//# sourceMappingURL=index.d.ts.map |
export declare function pingAlibabaAvatarImage(): Promise<unknown>; | ||
export declare function pingAlibabaNetwork(): Promise<boolean>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -23,1 +23,2 @@ export interface RequestOptions { | ||
export declare function request<T extends RequestResponse>(url: string, options?: RequestOptions): Promise<T["data"]>; | ||
//# sourceMappingURL=index.d.ts.map |
export declare function delay(ms: number): Promise<unknown>; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@aidc/utils", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"repository": "git@gitlab.alibaba-inc.com:aidc-innovation/aidc-fe.git", | ||
@@ -26,2 +26,3 @@ "module": "dist/index.js", | ||
"dev": "father dev", | ||
"link": "pnpm link", | ||
"release": "pnpm publish", | ||
@@ -28,0 +29,0 @@ "remove": "rimraf node_modules dist .turbo" |
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
23813
35