mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v4.13.0.
This commit is contained in:
6
delay.js
6
delay.js
@@ -1,6 +1,6 @@
|
||||
import baseDelay from './_baseDelay';
|
||||
import rest from './rest';
|
||||
import toNumber from './toNumber';
|
||||
import baseDelay from './_baseDelay.js';
|
||||
import rest from './rest.js';
|
||||
import toNumber from './toNumber.js';
|
||||
|
||||
/**
|
||||
* Invokes `func` after `wait` milliseconds. Any additional arguments are
|
||||
|
||||
Reference in New Issue
Block a user