mirror of
https://github.com/denoland/deno.git
synced 2024-12-26 09:10:40 -05:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
// deno-lint-ignore-file no-undef
|
|
const C = require("../cjs_c");
|
|
|
|
module.exports = { C };
|