文件名称:is-sketchfile:检查文件是否为Sketch文件:gem_stone:
文件大小:8KB
文件格式:ZIP
更新时间:2024-02-26 19:33:52
sketch sqlite SketchJavaScript
is-sketchfile 检查文件是否为文件。 安装 $ npm install --save is-sketchfile 用法 var isSketchFile = require ( 'is-sketchfile' ) isSketchFile ( 'something.sketch' ) . then ( function ( isValid ) { console . log ( isValid , 'return true or false.' ) } ) . catch ( function ( err ) { console . error ( e
【文件预览】:
is-sketchfile-master
----.gitignore(74B)
----package.json(897B)
----src()
--------dummy.sketch(0B)
--------test.sketch(40KB)
--------dummy.txt(0B)
----.travis.yml(142B)
----index.js(628B)
----test.js(570B)
----README.md(856B)