browser-caching-with-get-request
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

browser-caching-with-get-request

Installation

You can directly install the package from npm repository using following command:

npm install browser-caching-with-get-request --save

Usage with Typescript

import { fetchData } from "./browser-caching-with-get-request";


fetchData("Your GET URL").then(res=>{
    console.log(res);
});

Usage with Javascript

const fd = require("browser-caching-with-get-request");

fd.fetchData("Your GET URL").then(res=>{
    console.log(res);
});

Contributing

You can use this without any consent form the author

Please make sure to update tests as appropriate.

License

FREE

by Abu Haider Siddiq Bilas

Package Sidebar

Install

npm i browser-caching-with-get-request

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

9.63 kB

Total Files

12

Last publish

Collaborators

  • dmsbilas