UNPKG

@bentoboxes/nova-utils

Version:

This set of utilities are intended to

10 lines (8 loc) 165 B
const getDefaultHttpOptions = () => ({ method: "GET", headers: { "Content-Type": "application/json" }, body: null }); export { getDefaultHttpOptions };