mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
6 lines
275 B
JavaScript
6 lines
275 B
JavaScript
// https://github.com/tc39/proposal-relative-indexing-method
|
|
require('../modules/esnext.array.at');
|
|
// TODO: disabled by default because of the conflict with another proposal
|
|
// require('../modules/esnext.string.at-alternative');
|
|
require('../modules/esnext.typed-array.at');
|