feat: test publish and unpublish

This commit is contained in:
2024-08-14 16:28:37 +08:00
commit f4a50031f6
10 changed files with 110 additions and 0 deletions

1
dist/index.d.ts vendored Normal file
View File

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

4
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;