Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buession/buession-prototype
A native object extension framework for Javascript.
https://github.com/buession/buession-prototype
array document javascript object prototype string typescript window
Last synced: 10 days ago
JSON representation
A native object extension framework for Javascript.
- Host: GitHub
- URL: https://github.com/buession/buession-prototype
- Owner: buession
- License: mit
- Created: 2021-12-21T06:18:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T03:22:02.000Z (22 days ago)
- Last Synced: 2024-12-03T03:35:04.747Z (22 days ago)
- Topics: array, document, javascript, object, prototype, string, typescript, window
- Language: TypeScript
- Homepage: https://prototype.buession.com/
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Buession Prototype
## 为什么选择 Buession Prototype
Buession Prototype 是基于对原生 JavaScript 对象(如:String、Array、Date)的扩展,和浏览器兼容性的处理,并添加在实际场景中的一些常用方法。
## 安装
您可以通过 [NPM](https://www.npmjs.com/)、[YARN](https://yarnpkg.com/) 或者通过 `` 的方式引入 [unpkg.com](https://unpkg.com/) 上的包。
### NPM
```sh
npm install @buession/prototype
# or
yarn add @buession/prototype
```### CDN
> 对于生产环境,我们推荐链接到一个明确的版本号和构建文件,以避免新版本造成的不可预期的破坏。
```html
最新版:<script src="https://unpkg.com/@buession/prototype/dist/prototype.min.js" type="text/javascript">
具体版本:
```## License
[MIT License](https://github.com/buession/buession-prototype/blob/master/LICENSE) © 2020-2021