UNPKG

convertible-js

Version:

Convert 12-hour time string to 24-hour time and vice versa with flexible formatting.

4 lines (3 loc) 195 B
import { ConvertTimeOptions } from './custom-types'; export declare const convertTime: (time: string, options?: ConvertTimeOptions | undefined) => string | undefined; export default convertTime;