/** * 判断当前是否是Typescript工程 * * */ declare function isTypeScriptPackage(entry?: string): boolean; export { isTypeScriptPackage };