UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

14 lines (9 loc) 222 B
'use strict'; var fs = require('graceful-fs'); function writeBuffer(writePath, file, cb) { var opt = { mode: file.stat.mode }; fs.writeFile(writePath, file.contents, opt, cb); } module.exports = writeBuffer;