mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-16 15:36:18 +00:00
Initalize
This commit is contained in:
8
node_modules/timeago.js/esm/format.d.ts
generated
vendored
Normal file
8
node_modules/timeago.js/esm/format.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Opts, TDate } from './interface';
|
||||
/**
|
||||
* format a TDate into string
|
||||
* @param date
|
||||
* @param locale
|
||||
* @param opts
|
||||
*/
|
||||
export declare const format: (date: TDate, locale?: string, opts?: Opts) => string;
|
||||
Reference in New Issue
Block a user