UNPKG

@expo/config-plugins

Version:

A library for Expo config plugins

10 lines (9 loc) 250 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