Sign in
chromium
/
devtools
/
devtools-frontend
/
de3fcf0a075ed797df8f5490eb00a7404f098a06
/
.
/
node_modules
/
sinon
/
lib
/
sinon.js
blob: 70b1facef117444c49e9bcb2b6b39b9909a533f1 [
file
]
'use strict'
;
var
createSinonApi
=
require
(
'./create-sinon-api.js'
);
const
sinon
=
createSinonApi
();
module
.
exports
=
sinon
;