electron/spec/fixtures/module/declare-buffer.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
59 B
JavaScript
Raw Normal View History

2017-02-06 23:08:08 +00:00
const Buffer = 'declared Buffer';
module.exports = Buffer;