mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-30 05:50:16 +00:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
// This file is created by egg-ts-helper@1.25.8
|
|
// Do not modify this file!!!!!!!!!
|
|
|
|
import 'egg';
|
|
import '@midwayjs/web';
|
|
export * from 'egg';
|
|
export as namespace Egg;
|