0.1.0 • Published 3 years ago

@guojunquan/utils v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

简介

开箱即用的 js 和 css,纯 JavaScript 实现,无依赖!

安装

npm install @guojunquan/utils

文档

http://project.ceart.top/lib_monorepo/modules/utils.html https://mp.weixin.qq.com/s/NgTpmHNIkH5AlYG8qyv7XA

使用

该库尚未发布 1.0 版本,api 可能会随时发生变化,请勿用于生产环境!

import { isBrowser } from '@guojunquan/utils';

console.log(isBrowser());

在浏览器使用

该库尚未发布 1.0 版本,api 可能会随时发生变化,请勿用于生产环境!

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <body>
    <script src="https://unpkg.com/@guojunquan/utils/index.min.js"></script>
    <script>
      console.log(BilldUtils.isBrowser());
    </script>
  </body>
</html>
0.1.0

3 years ago

1.1.0

3 years ago