mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* Backward-compatible doc warning hook entrypoint.
|
|
* Kept for consumers that still reference pre-write-doc-warn.js directly.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
require('./doc-file-warning.js');
|