UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

4 lines (3 loc) 151 B
declare type Gen = (...args: any[]) => string; export declare const getRollRandomStyleExpressionGeneratorMap: () => Record<string, Gen>; export {};