3 lines
No EOL
136 B
TypeScript
3 lines
No EOL
136 B
TypeScript
export function resume(id: string): Object {
|
|
return JSON.parse(document.querySelector<HTMLTextAreaElement>(`#${id}`)?.value ?? '')
|
|
} |