UNPKG

fluentnode

Version:

Fluent apis for node (based on the concepts used in C#'s FluentSharp

15 lines (11 loc) 255 B
// Generated by CoffeeScript 1.12.7 (function() { var fs; fs = require('fs'); Buffer.prototype.save_As = function(file_Path) { var out; out = fs.createWriteStream(file_Path); out.write(this); return file_Path; }; }).call(this);