UNPKG

alcaeus

Version:

Hydra Core hypermedia-aware client library

4 lines (3 loc) 106 B
export function stripContentTypeParameters(mediaType) { return mediaType?.split(';').shift() || ''; }