UNPKG

next-era

Version:

Welcome to **Next Era**! A comprehensive library designed to supercharge your **Next.js** applications with powerful utilities and significant performance optimizations. Build faster, more efficient, and feature-rich Next.js projects with ease.

8 lines (7 loc) 281 B
export var UseFetchMethodEnum; (function (UseFetchMethodEnum) { UseFetchMethodEnum["GET"] = "GET"; UseFetchMethodEnum["POST"] = "POST"; UseFetchMethodEnum["PUT"] = "PUT"; UseFetchMethodEnum["DELETE"] = "DELETE"; })(UseFetchMethodEnum || (UseFetchMethodEnum = {}));