mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-11 15:04:06 +01:00
Add missing export command
This commit is contained in:
@@ -149,7 +149,7 @@ const breakToPlaceholder = (s: string): string => {
|
|||||||
* @param useAbsolute - Whether to return the absolute URL or not
|
* @param useAbsolute - Whether to return the absolute URL or not
|
||||||
* @returns The current URL
|
* @returns The current URL
|
||||||
*/
|
*/
|
||||||
const getUrl = (useAbsolute: boolean): string => {
|
export const getUrl = (useAbsolute: boolean): string => {
|
||||||
let url = '';
|
let url = '';
|
||||||
if (useAbsolute) {
|
if (useAbsolute) {
|
||||||
url =
|
url =
|
||||||
|
|||||||
Reference in New Issue
Block a user