Skip to content
Snippets Groups Projects
Commit 4003414b authored by Giildo's avatar Giildo
Browse files

:pencil: Add diff method in the TS description

parent d6b2f9c2
Branches
Tags
No related merge requests found
Pipeline #261471 failed with stage
in 14 seconds
......@@ -38,5 +38,7 @@ export class Day {
isAfter(day: Day): boolean;
diff(day: Day, unit: SetValueType): Promise<number>;
format(format: string): string;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment