mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 10:26:42 +00:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
export const prettifyJson = (value) => {
|
|
return JSON.stringify(value, null, 2);
|
|
} |