UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

7 lines (5 loc) 288 B
import { Metadata } from '../types/types'; export declare const getMetadataFromUrl: (paramsFromResponse: string[]) => {}; export declare const setMetadata: (newMetadata: Metadata) => void; export declare const resetMetadata: () => void; export declare const getMetadata: () => Metadata;