t-comm
Version:
专业、稳定、纯粹的工具库
13 lines (11 loc) • 336 B
JavaScript
import { npmInstallTip } from './npm-tip.js';
import 'fs';
import 'os';
import 'path';
npmInstallTip({
packageName: 't-comm',
packageLink: 'https://novlan1.github.io/t-comm/',
packagePostfix: '工具库',
packagePostfixEn: 'tools',
feedbackList: ['https://github.com/novlan1/t-comm/issues', 'https://github.com/novlan1']
});