Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
exports.destructuring = true;
2
var
m1;
3
(
function
(m1) {
4
var
x = 1, y = 2;
Callers
nothing calls this directly
Calls
2
slice
Method · 0.80
log
Method · 0.45
Tested by
no test coverage detected