mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00:00
5 lines
213 B
JavaScript
5 lines
213 B
JavaScript
// this method was added to unscopables after implementation
|
|
// in popular engines, so it's moved to a separate module
|
|
var addToUnscopables = require('../internals/add-to-unscopables');
|
|
|
|
addToUnscopables('flat');
|