This package has been deprecated

Author message:

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

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

0.1.2 • Public • Published

Deprecated

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

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


@ichiql/stringify

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

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

String something (bigint supported JSON.stringify)

import stringify from '@ichiql/stringify'

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

Readme

Keywords

Package Sidebar

Install

npm i @ichiql/stringify

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

6.75 kB

Total Files

13

Last publish

Collaborators

  • ichiql