Create an empty file in Node.js?

For now I use fs.openSync(filepath, 'a') But it's a little tricky. Is there a 'standard' way to create an empty file in Node.js?