1. 首页
  2. 数据库
  3. 其它
  4. 通知程序:使用TypeScript编写的通知库没有依赖项 源码

通知程序:使用TypeScript编写的通知库没有依赖项 源码

上传者: 2021-02-20 03:28:27上传 ZIP文件 118.08KB 热度 13次
通知者 用TypeScript编写的通知库,没有依赖项。 正在安装 yarn install ts-notifier 用法 import Notifier from 'ts-notifier'; import '~ts-notifier/dist/notifier.min.css'; const notifier = new Notifier({ theme: 'default', position: 'top-right' }); notifier.post('Hello World', { type: 'error', delay: '6000',
用户评论