mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Add doc
This commit is contained in:
parent
18201d326c
commit
a61d95a005
@ -1,3 +1,6 @@
|
||||
/*
|
||||
* Used to convert Tagged Template literals to object arrays as required by vitest.
|
||||
*/
|
||||
export const convert = (template: TemplateStringsArray, ...params: any[]) => {
|
||||
const header = template[0]
|
||||
.trim()
|
||||
|
Loading…
x
Reference in New Issue
Block a user