1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/tests/registry/npm/@denotest/check-error/1.0.0/index.js

7 lines
68 B
JavaScript
Raw Normal View History

module.exports = {
Class1: class {
},
Class2: class {
},
};