UNPKG

chex-storage

Version:

A wrapper library for Chrome extension storage local - the standard storage in the chrome extension.

7 lines (6 loc) 215 B
import { SortByField } from "typing"; declare class ChexStorageResult<TData> extends Array { constructor(items: any[]); sortBy(fieldName: SortByField<keyof TData>): this; } export default ChexStorageResult;