UNPKG

ketting

Version:

Opinionated HATEOAS / Rest client.

9 lines (6 loc) 155 B
export function needsJsonStringify(input: any): boolean { if (typeof input ==='string') { return false; } return !(input instanceof Buffer); }