MCPcopy Create free account
hub / github.com/Automattic/mongoose / convertTypesToString

Function convertTypesToString

docs/source/api.js:210–212  ·  view source on GitHub ↗
(types)

Source from the content-addressed store, hash-verified

208
209// helper function to keep translating array types to string consistent
210function convertTypesToString(types) {
211 return Array.isArray(types) ? types.join('|') : types;
212}
213
214/**
215 * Parse all files defined in "files"

Callers 1

processFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected