function setFips
Jump to headingsetFips(bool: boolean): voidEnables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. Throws an error if FIPS mode is not available.
Parameters Jump to heading
Jump to headingbool: booleantrue to enable FIPS mode.
Return Type Jump to heading
void