UNPKG

@jcamacaro96/utils

Version:
4 lines (3 loc) 164 B
import { Time } from '../constant/time'; export declare const cleanCharacters: (string: string) => string; export declare const dateFormat: (type: Time) => string;