MCPcopy
hub / github.com/basarat/typescript-book / destructuring.js

File destructuring.js

code/es6/destructuring.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1exports.destructuring = true;
2var m1;
3(function (m1) {
4 var x = 1, y = 2;

Callers

nothing calls this directly

Calls 2

sliceMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected