UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

12 lines (9 loc) 218 B
const path = require('path'); const EXTRE = /^[.]?[^.]+([.].*)$/; module.exports = function (input) { var extension = EXTRE.exec(path.basename(input)); if (!extension) { return; } return extension[1]; };