remindoro-utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,3 @@ | ||
import { Remindoro } from './types/index.js'; | ||
import { notification_check } from './notifications/index.js'; | ||
export type Message = { | ||
@@ -5,2 +7,4 @@ person: string; | ||
export declare function greet(message: string): string; | ||
export type { Remindoro }; | ||
export { notification_check }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,3 +1,5 @@ | ||
import { notification_check } from './notifications/index.js'; | ||
export function greet(message) { | ||
return `porumai ... ${message}`; | ||
} | ||
export { notification_check }; |
@@ -1,2 +0,2 @@ | ||
import { Remindoro } from '../types/'; | ||
import { Remindoro } from '../types/index.js'; | ||
export declare function notification_check(ro: Remindoro): { | ||
@@ -3,0 +3,0 @@ remindoro: Remindoro; |
{ | ||
"name": "remindoro-utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11170
225