UNPKG

@re621/zestyapi

Version:

Comprehensive JS wrapper for e621.net API

14 lines (13 loc) 405 B
export default class UtilType { static prefix(prefix: string, data: SimpleMap): SimpleMap; } export declare type PrimitiveType = string | boolean | number; export declare type SimpleMap = { [prop: string]: PrimitiveType; }; export declare type PrimitiveMap = { [prop: string]: PrimitiveType | PrimitiveType[] | PrimitiveMap; }; export declare type StringMap = { [prop: string]: string; };