safe-json-type-plugin-objectid
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

safe-json-type-plugin-objectid

Version Documentation Maintenance License: MIT

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

Package Sidebar

Install

npm i safe-json-type-plugin-objectid

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

8.94 kB

Total Files

6

Last publish

Collaborators

  • cao-mei-you-ren