mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
|
|
const getNoteElementIdFromJoplinId = (id: string) => `list-note-${id}`;
|
|
|
|
export default getNoteElementIdFromJoplinId;
|