xref
: /
third_party
/
node
/
lib
/
assert
/
strict.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/lib/assert/
1
'use strict'
;
2
3
module
.
exports
=
require
(
'assert'
).
strict
;
4