Files
Kmake/test/fixtures/apilinks/reverse.js

14 lines
196 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
// Parallel assignment to the exported variable and module.exports.
function ok() {
}
const asserts = module.exports = ok;
asserts.ok = ok;
asserts.strictEqual = function() {
}