jstorm
Version:
JavaScript Storage ORM (Object-Relational Mapper) for LocalStorage and Chrome Storage API
10 lines (9 loc) • 322 B
TypeScript
import { TypeCheckFunc } from "./base";
/**
* dictTypeChecker is a generagor function of type checker
* with assuming the value is a dictionary object of given type.
*
* @param {TypeCheckFunc} checkValue
* @return {TypeCheckFunc}
*/
export declare function dictTypeChecker(checkValue: TypeCheckFunc): TypeCheckFunc;