Detect-It-Easy/db/NPM/JavaScript.5.sg
2024-05-22 00:04:41 +02:00

11 lines
No EOL
260 B
JavaScript

// DIE's signature file
init("language", "JavaScript");
function detect(bShowType, bShowVersion, bShowOptions) {
if (NPM.isArchiveRecordPresentExp("(.*?).js")) {
bDetected = true;
}
return result(bShowType, bShowVersion, bShowOptions);
}