12 lines
299 B
TypeScript
12 lines
299 B
TypeScript
export declare function initAppProvide(): {
|
|
__f__: string[];
|
|
crypto: string[];
|
|
'window.crypto': string[];
|
|
'global.crypto': string[];
|
|
'uni.getCurrentSubNVue': string[];
|
|
'uni.requireNativePlugin': string[];
|
|
};
|
|
export declare function initH5Provide(): {
|
|
__f__: string[];
|
|
};
|