Files
phone-app------test1-/node_modules/marked/bin/marked.js
2026-06-02 10:42:33 +08:00

17 lines
264 B
JavaScript

#!/usr/bin/env node
/**
* Marked CLI
* Copyright (c) 2018+, MarkedJS. (MIT License)
* Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
*/
import { main } from './main.js';
/**
* Expose / Entry Point
*/
process.title = 'marked';
main(process);