export default function ( /** * cdn链接 */ link: string, /** * 引入的js文件名 */ name: string, /** * 是否是es6模块 */ es6?: boolean): D | undefined;