UNPKG

@kth/cortina-block

Version:

Node.js module for fetching Cortina blocks and optionally cache using Redis.

3 lines (2 loc) 216 B
import { BlocksConfig, BlocksObject, SupportedLang } from '.'; export declare const fetchAllBlocks: (blocksConfig: BlocksConfig, blockApiUrl: string, lang: SupportedLang, memCache: boolean) => Promise<BlocksObject>;