UNPKG

@ceramicnetwork/codecs

Version:

Ceramic Codecs

4 lines 182 B
import { Type } from 'codeco'; export declare const date: Type<Date, string, unknown>; export declare const dateAsUnix: Type<Date, number, number>; //# sourceMappingURL=date.d.ts.map