Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0fcd4e6dcdc03f4e54f9f62ca719cf2c1663f97e
/
.
/
internal
/
node
/
test
/
has-deps.js
blob: 328a63929cf65ef2ec0d7fb84b48ab6749481cdb [
file
]
const
ts
=
require
(
'typescript'
);
console
.
log
(
'a node script with a dep on typescript'
,
ts
.
version
);