DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
215 Bytes
#!/usr/bin/env node
/**
* Marked CLI
* Copyright (c) 2011-2013, Christopher Jeffrey (MIT License)
*/
import { main } from './main.js';
/**
* Expose / Entry Point
*/
process.title = 'marked';
main(process);