UNPKG

baseframe-js

Version:

A suite of useful Javascript plugins and functions to help with Front-end Development on websites

3 lines (2 loc) 109 B
declare const Store: (storeElem: HTMLElement, key: string, value?: any) => any | null; export default Store;