Commit 46cbfb3d authored by minjs1cn's avatar minjs1cn

init

parent 20e20c6b
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
}, },
"homepage": "https://minjs1cn.github.io/any-templates/tpl-node-npm", "homepage": "https://minjs1cn.github.io/any-templates/tpl-node-npm",
"keywords": [ "keywords": [
"typescript" "typescript",
"node"
], ],
"scripts": { "scripts": {
"dev": "tsc --watch", "dev": "tsc --watch",
......
declare module 'download-git-repo' {
function Callback(err: Error): void
export type DownloadConfig = { [index: string]: any }
export default function download(target: string, dest: string, config: DownloadConfig, cb: Callback) {}
}
\ No newline at end of file
console.log('hello')
\ No newline at end of file
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^14.14.7":
version "14.14.31"
resolved "https://registry.npm.taobao.org/@types/node/download/@types/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
integrity sha1-cihr0z0TeqDRUtR+x8F2JWPTQFU=
typescript@^4.0.5:
version "4.2.2"
resolved "https://registry.npm.taobao.org/typescript/download/typescript-4.2.2.tgz?cache=0&sync_timestamp=1614497524882&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftypescript%2Fdownload%2Ftypescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
integrity sha1-FFDwIGGPhy2w6hcxfRbY2o3bjEw=
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment