# burry **Repository Path**: lican1/burry ## Basic Information - **Project Name**: burry - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## burry 一个 JS 工具库 ## 使用方式 ```shell npm install burry ``` ```javascript // es6模块系统 import { onHashChange } from "burry"; onHashChange(() => console.log("onHashChange")); // 浏览器 // 引入 ; // 使用 const callback = () => { console.log('1'); } burry.onHashChange(callback) ``` [文档链接](https://lican1.gitee.io/burry/) [gitee链接](https://gitee.com/lican1/burry)