文件名称:node-tomas:将数据保存到存储中并从中读取以加快计算速度
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-02 01:48:50
nodejs javascript storage JavaScript
托马斯 将数据保存到存储中并从中读取以加快计算速度。 安装 npm i tomas --save 如何使用? const fs = require ( 'fs' ) , const tomas = require ( 'tomas' ) , const path = './package.json' , const log = ( error , data , str ) => { if ( error ) console . error ( error . message ) ; else console . log ( str , data ) ; return error ; } ; tomas . check ( path , ( is ) => { if ( is ) r
【文件预览】:
node-tomas-master
----.travis.yml(169B)
----.eslintrc(408B)
----package.json(771B)
----LICENSE(1KB)
----.gitignore(13B)
----lib()
--------tomas.js(2KB)
----ChangeLog(428B)
----README.md(2KB)