mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 06:03:08 +00:00
6 lines
69 B
TypeScript
6 lines
69 B
TypeScript
export class RLN {
|
|
constructor() {
|
|
alert("Hello world");
|
|
}
|
|
}
|