UNPKG

adonis5-cache

Version:
5 lines (4 loc) 377 B
import { AsyncFunction, TaggableStorageContract, TagPayloadContract } from '@ioc:Adonis/Addons/Adonis5-Cache'; export declare function isTaggableStorage(storage: object): storage is TaggableStorageContract; export declare function isTagPayloadContract(storage: object): storage is TagPayloadContract; export declare function isFunction(value: unknown): value is AsyncFunction;