mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 22:00:37 +02:00
adding mermaid packages
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* mimer
|
||||
* https://github.com/heldr/mimer
|
||||
*
|
||||
* Copyright (c) 2013 Helder Santana
|
||||
* Licensed under the MIT license.
|
||||
* https://raw.github.com/heldr/mimer/master/MIT-LICENSE.txt
|
||||
*/
|
||||
|
||||
var args = process.argv,
|
||||
Mimer = require('./dist/mimer');
|
||||
|
||||
console.log( '"' + Mimer( process.argv[2] ) + '"' );
|
||||
Reference in New Issue
Block a user