mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 06:08:26 -04:00
7 lines
280 B
JavaScript
7 lines
280 B
JavaScript
'use strict';
|
|
// https://github.com/tc39/proposal-array-find-from-last/
|
|
require('../modules/esnext.array.find-last');
|
|
require('../modules/esnext.array.find-last-index');
|
|
require('../modules/esnext.typed-array.find-last');
|
|
require('../modules/esnext.typed-array.find-last-index');
|