cacheability
Advanced tools
Comparing version 0.0.9 to 0.0.10
import "isomorphic-fetch"; | ||
import { Metadata } from "./types"; | ||
import { CacheControl, Metadata } from "./types"; | ||
export declare type CacheabilityCacheControl = CacheControl; | ||
export declare type CacheabilityMetadata = Metadata; | ||
export default class Cacheability { | ||
@@ -4,0 +6,0 @@ private static _headerKeys; |
import "isomorphic-fetch"; | ||
import { Metadata } from "./types"; | ||
import { CacheControl, Metadata } from "./types"; | ||
export declare type CacheabilityCacheControl = CacheControl; | ||
export declare type CacheabilityMetadata = Metadata; | ||
export default class Cacheability { | ||
@@ -4,0 +6,0 @@ private static _headerKeys; |
{ | ||
"name": "cacheability", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A utility class to parse, store and print http cache headers.", | ||
@@ -5,0 +5,0 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
545415
3499