????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/rechoir/lib/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/rechoir/lib/extension.js |
const path = require('path'); const EXTRE = /^[.]?[^.]+([.].*)$/; module.exports = function (input) { var extension = EXTRE.exec(path.basename(input)); if (!extension) { return; } return extension[1]; };