test: test publiash npm

This commit is contained in:
2024-08-15 15:03:11 +08:00
parent f4a50031f6
commit 5d7ddb9421
6 changed files with 74 additions and 0 deletions

1
test-npm-publish/dist/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export declare const a = 1;

4
test-npm-publish/dist/index.js vendored Normal file
View File

@@ -0,0 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.a = void 0;
exports.a = 1;