0.1.2 • Published 4 months ago

@ichiql/stringify v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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" }
0.1.2

4 months ago

0.1.1

6 months ago

0.1.0

6 months ago