Files
Kmake/test/fixtures/apilinks/reverse.js
2026-05-26 23:36:42 -07:00

14 lines
196 B
JavaScript

'use strict';
// Parallel assignment to the exported variable and module.exports.
function ok() {
}
const asserts = module.exports = ok;
asserts.ok = ok;
asserts.strictEqual = function() {
}