UNPKG

@ekko-earth/ekko-js

Version:

A framework-agnostic web SDK for displaying carbon impact.

3 lines (2 loc) 152 B
export declare function fetchHtmlContent(url: string): Promise<string | null>; export declare function extractTransitionDuration(html: string): number;