Comparing version 1.0.4 to 1.0.5
export declare function rudDigits( | ||
ymd: [Number, String], | ||
glue?: String, | ||
): String; | ||
ymd: number | string, | ||
glue?: string, | ||
): string; | ||
export declare function rudString( | ||
ymd: [Number, String], | ||
writeYear?: Boolean, | ||
): String; | ||
ymd: number | string, | ||
writeYear?: boolean, | ||
): string; | ||
export declare function rudInterval( | ||
d1: [Number, String], | ||
d2: [Number, String], | ||
): String; | ||
d1: number | string, | ||
d2: number | string, | ||
): string; |
{ | ||
"name": "rud", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "russian date submission tool", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.common.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11106