This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@qitt/stringify
TypeScript icon, indicating that this package has built-in type declarations

0.1.11 • Public • Published

Deprecated

このパッケージは非推奨となりました 今後は anoare をご使用ください :)

This package has been deprecated. Use https://github.com/ichiql/anoare instead.


@qitt/stringify

pnpm add @qitt/stringify
npm install @qitt/stringify
yarn add @qitt/stringify

なにかを文字列化する(bigint supported JSON.stringify)

String something (bigint supported JSON.stringify)

import stringify from '@qitt/stringify'

await stringify({ name: 'haruhi', num: BigInt(8) }) // { "name": "haruhi", "num": "8" }

Package Sidebar

Install

npm i @qitt/stringify

Weekly Downloads

2

Version

0.1.11

License

MIT

Unpacked Size

4.92 kB

Total Files

13

Last publish

Collaborators

  • ichiql