文件名称:nlcst-to-string:将nlcst树转换为字符串的实用程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-31 22:12:22
string syntax-tree util stringify unist
从字符串到字符串 实用程序来序列化节点。 安装 该软件包 :需要使用Node 12+才能使用它,并且必须将其import而不是require d。 : npm install nlcst-to-string 用 import { toString } from 'nlcst-to-string' console . log ( toString ( { type : 'WordNode' , children : [ { type : 'TextNode' , value : 'AT' } , { type : 'PunctuationNode' , value : '&' } , { type : 'TextNode' , value : 'T' } ] } ) ) // => 'AT&T' 原料药 该程序包导出以
【文件预览】:
nlcst-to-string-main
----.gitignore(57B)
----package.json(2KB)
----.npmrc(19B)
----index.js(1KB)
----tsconfig.json(324B)
----test.js(1KB)
----.github()
--------workflows()
----.prettierignore(15B)
----license(1KB)
----readme.md(3KB)
----.editorconfig(147B)