UNPKG

unbag

Version:

一个专门用来开发npm工具的包

8 lines (7 loc) 156 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clean = void 0; const clean = async () => {}; exports.clean = clean;