UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

7 lines (6 loc) 170 B
import { getCiphers } from 'crypto'; let ciphers; export default (algorithm) => { ciphers || (ciphers = new Set(getCiphers())); return ciphers.has(algorithm); };