UNPKG

express-sharp

Version:

Real-time image processing for your express application

8 lines (7 loc) 222 B
import { ConfigService } from './config.service'; export declare class ObjectHash { private readonly config; constructor(config: ConfigService); stringify(object: any): string; hash(object: any): string; }