mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
require('pkg/js/parse_tests/complexImports/b/d/d.js');
|
|
|
|
function b() {
|
|
return [
|
|
d(),
|
|
CNAME("B", "foo.com.")
|
|
];
|
|
}
|