Function node_read_file_sync

Source
pub fn node_read_file_sync(fs: &NodeFs, path: &str) -> Vec<u8> 
Expand description

Wrapper function for nodejs fs.readFileSync.