Home
last modified time | relevance | path

Searched refs:isConfigType (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
Dindex.js6 exports.jack = exports.Jack = exports.isConfigOption = exports.isConfigType = void 0;
53 const isConfigType = (t) => typeof t === 'string' && function
55 exports.isConfigType = isConfigType;
82 (0, exports.isConfigType)(o.type) &&
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
Dindex.js47 export const isConfigType = (t) => typeof t === 'string' && function
75 isConfigType(o.type) &&