File: module.coffee

package info (click to toggle)
node-rewire 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 392 kB
  • sloc: javascript: 1,386; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
fs = require "fs"

exports.readFileSync = () -> fs.readFileSync()