@@ -0,0 +1,2 @@
+/node_modules
+/lib
@@ -0,0 +1,16 @@
+{
+ "name": "ludash",
+ "version": "1.0.0",
+ "description": "toolkit",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "lib": "tsc ./src/index.ts"
+ },
+ "repository": "https://gitee.com/swust_0602/ludash.git",
+ "author": "shawn",
+ "license": "ISC",
+ "devDependencies": {
+ "typescript": "^5.1.3"
+ }
+}
@@ -0,0 +1,3 @@
+export function log(s: string) {
+ console.log(s);
@@ -0,0 +1,9 @@
+ "compilerOptions": {
+ "outDir": "./lib",
+ "target": "ES2015",
+ "module": "ES2015",
+ "declaration": true,
+ "declarationDir": "./types"
@@ -0,0 +1,8 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+typescript@^5.1.3:
+ version "5.1.3"
+ resolved "https://registry.npmmirror.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
+ integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==