8 lines
68 B
JavaScript
8 lines
68 B
JavaScript
"use strict";
|
|
|
|
var _foo = require("foo");
|
|
|
|
_foo.bar();
|
|
|
|
_foo.baz();
|