Last active
October 29, 2018 15:33
-
-
Save MaxXx1313/8d723e8be1ade1fcf0145e1dc4f250c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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