UNPKG

@datenkraft/bb-base-api-ts-client

Version:

The Base API TS Client package enables you to work with other Backbone TS Client packages.

5 lines (4 loc) 127 B
import { Dayjs } from 'dayjs'; export declare class DateUtil { static convertDayjsToDateString: (date: Dayjs) => string; }