UNPKG

create-expo-cljs-app

Version:

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

5 lines (4 loc) 225 B
'use strict'; module.exports = string => string.replace(/^[\r\n]+/, '').replace(/[\r\n]+$/, ''); module.exports.start = string => string.replace(/^[\r\n]+/, ''); module.exports.end = string => string.replace(/[\r\n]+$/, '');