import { isFunction } from './type';
import pathRedirect from './pathRedirect';
export {
isFunction,
pathRedirect
};