Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
a4bebf2d2da13d93e08e75bd720e2dff8a3a3afe
/
.
/
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
);