UNPKG

create-expo-cljs-app

Version:

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

11 lines (9 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trimQuotes = trimQuotes; function trimQuotes(s) { return s && s[0] === '"' && s[s.length - 1] === '"' ? s.slice(1, -1) : s; } //# sourceMappingURL=string.js.map