0.0.1-beta.0 • Published 3 years ago

@wont/utils v0.0.1-beta.0

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

Check Status Npm Publish Deploy gh-pages

Install

按需引入

import { getUrlParam } from '@wont/utils'

getUrlParam('id', 'http://localhost:8088/#/index?type=hash&id=8080&index=0') // 8080

script

unpkg收录,遵循umd规范,不支持tree shaking

<script src="https://unpkg.com/@wont/utils" type="text/javascript"></script>

<script>
    window.onload = function () {
        wontUtils.getUrlParam('id', 'http://localhost:8088/#/index?type=hash&id=8080&index=0') // 8080
    }
</script>

Links

LICENSE

MIT