Skip to content

Instantly share code, notes, and snippets.

@hawx1993
Created October 9, 2017 02:20
Show Gist options
  • Save hawx1993/08bc52df8f64e0ce44b4c55456d5c74f to your computer and use it in GitHub Desktop.
Save hawx1993/08bc52df8f64e0ce44b4c55456d5c74f to your computer and use it in GitHub Desktop.
判断是否是js文件
var isJS = function (file) { return /\.js(\?[^.]+)?$/.test(file); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment