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