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