UNPKG

@siren-js/client

Version:
5 lines (4 loc) 161 B
/** * Transforms an array into an object to be used as the content of a request. */ export type SerializeFn<T, R extends BodyInit = BodyInit> = (t: T[]) => R;