0.0.9 • Published 3 years ago

@huangshuisheng/utils v0.0.9

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

简介

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

安装

npm install @huangshuisheng/utils

文档

http://project.hsslive.cn/billd-monorepo/modules/utils.html

使用

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

import { isBrowser } from '@huangshuisheng/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/@huangshuisheng/utils/index.min.js"></script>
    <script>
      console.log(BilldUtils.isBrowser());
    </script>
  </body>
</html>
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago