UNPKG

manifest

Version:

The backend for AI code editors

2 lines (1 loc) 70 B
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';