Skip to content

Instantly share code, notes, and snippets.

@MaxXx1313
Last active October 29, 2018 15:33
Show Gist options
  • Save MaxXx1313/8d723e8be1ade1fcf0145e1dc4f250c7 to your computer and use it in GitHub Desktop.
Save MaxXx1313/8d723e8be1ade1fcf0145e1dc4f250c7 to your computer and use it in GitHub Desktop.
module.exports.filenameReservedRegex = () => (/[<>:"\/\\|?*\x00-\x1F]/g);
module.exports.windowsNames = () => (/^(con|prn|aux|nul|com[0-9]|lpt[0-9])$/i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment