readApiKeyHelperPath
readApiKeyHelperPath(
dir):string|null
Defined in: src/auth-mode.ts:76
Return the helper path if the script exists in dir, otherwise null.
Safe to call when dir does not exist (returns null).
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”string | null