@borodindmitriy/base-code
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import { Moment } from "moment"; | ||
| export declare function dateOnly(date: Moment): Moment; | ||
| import * as moment from "moment"; | ||
| export declare function dateOnly(date: moment.Moment): moment.Moment; |
@@ -1,2 +0,2 @@ | ||
| import { Moment } from "moment"; | ||
| export declare function minutesToTimeOnly(minutes: number): Moment; | ||
| import * as moment from "moment"; | ||
| export declare function minutesToTimeOnly(minutes: number): moment.Moment; |
@@ -1,2 +0,2 @@ | ||
| import { Moment } from "moment"; | ||
| export declare function timeOnly(date: Moment): Moment; | ||
| import * as moment from "moment"; | ||
| export declare function timeOnly(date: moment.Moment): moment.Moment; |
+1
-1
| { | ||
| "name": "@borodindmitriy/base-code", | ||
| "description": "Common classes's library.", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=8", |
17687
0.22%