mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 12:59:01 -05:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
require('../../modules/esnext.array.with');
|
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
|
|
module.exports = entryUnbind('Array', 'with');
|