UNPKG

@junobuild/cdn

Version:

A toolkit for working with modules that implement Juno's CDN functionality

5 lines (4 loc) 154 B
import type { CdnParameters } from '../types/actor.params'; export declare const createSnapshot: ({ cdn }: { cdn: CdnParameters; }) => Promise<void>;