2.0.0 • Published 2 years ago

safe-json-type-plugin-objectid v2.0.0

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

safe-json-type插件,转换mongdb的ObjectId对象

🏠 主页

依赖要求

  • node >=12 注:本项目在node12环境下开发完成,低版本兼容性请自行测试
  • safe-json-type >=1.0.0
  • safe-json-type-plugins >=1.0.0

安装

yarn install

使用

import { SafeJsonPluginObjectId } from 'safe-json-type-plugin-objectid'
import { SafeJsonType } from 'safe-json-type'
SafeJsonType.use(new SafeJsonPluginObjectId())

测试

yarn run test

作者

👤 CaoMeiYouRen

🤝贡献

欢迎Contributions, issues and feature!请查看 issues page. 您还可以查看contributing guide.

支持

如果觉得这个项目有用的话请给一颗⭐️,非常感谢

📝 License

Copyright © 2020 CaoMeiYouRen. This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator