Searched refs:isConfigType (Results 1 – 2 of 2) sorted by relevance
6 exports.jack = exports.Jack = exports.isConfigOption = exports.isConfigType = void 0;53 const isConfigType = (t) => typeof t === 'string' && function55 exports.isConfigType = isConfigType;82 (0, exports.isConfigType)(o.type) &&
47 export const isConfigType = (t) => typeof t === 'string' && function75 isConfigType(o.type) &&