How to use the steno.writeFileSync function in steno

To help you get started, we’ve selected a few steno examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github renatorib / bjson / src / bjson.js View on Github external
observe.on('change', () => {
    steno.writeFileSync(file, JSON.stringify(parsed, null, '\t'));
  });
github typicode / lowdb / src / disk.js View on Github external
writeSync: function (file, data) {
    steno.writeFileSync(file, data)
  }
}

steno

Specialized fast async file writer

MIT
Latest version published 5 months ago

Package Health Score

72 / 100
Full package analysis