oak-frontend-base/lib/initialize.prod.d.ts

6 lines
259 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 此文件是为了vs code能正确定位在webpack编译时应该跳过直接去获取initialize.prod.mp.ts获initialize.prod.web.ts
*/
import { initialize as initMp } from './initialize.prod.mp';
export declare const initialize: typeof initMp;