mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 12:28:57 -05:00
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
require('../../modules/es.array.find');
|
|
var entryUnbind = require('../../internals/entry-unbind');
|
|
|
|
module.exports = entryUnbind('Array', 'find');
|