UNPKG

manifest

Version:

The backend for AI code editors

6 lines (5 loc) 189 B
import { ValueTransformer } from 'typeorm'; export declare class TimestampTransformer implements ValueTransformer { from(value: Date | string): string; to(value: string): string; }