mirror of https://github.com/alibaba/ice.git
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
|
import { isFunction } from './type';
|
||
|
import pathRedirect from './pathRedirect';
|
||
|
|
||
|
export {
|
||
|
isFunction,
|
||
|
pathRedirect
|
||
|
};
|