UNPKG

openai-code

Version:

An unofficial proxy layer that lets you use Anthropic Claude Code with any OpenAI API backend.

2 lines 127 B
import { createHash } from 'node:crypto'; export const md5 = (fileBuffer) => createHash('md5').update(fileBuffer).digest('hex')