MCPcopy Create free account
hub / github.com/transistorsoft/react-native-background-geolocation / unquote

Function unquote

scripts/xcode-helpers.js:158–160  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

156}
157
158function unquote(str) {
159 return (str || '').replace(/^"(.*)"$/, '$1');
160}
161
162module.exports = {
163 getBuildProperty: getBuildProperty,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected