9 lines
240 B
TypeScript
9 lines
240 B
TypeScript
/**
|
|
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
|
* No deletion without permission, or be held responsible to law.
|
|
* @author ThinkGem
|
|
*/
|
|
export * from './config';
|
|
export * from './options';
|
|
export * from './plugins';
|