UNPKG

@kth/cortina-block

Version:

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

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