mirror of
https://github.com/actions/setup-node.git
synced 2025-07-29 01:48:22 +02:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
18
node_modules/rsvp/lib/rsvp/resolve.js
generated
vendored
18
node_modules/rsvp/lib/rsvp/resolve.js
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
import Promise from './promise';
|
||||
|
||||
/**
|
||||
This is a convenient alias for `Promise.resolve`.
|
||||
|
||||
@method resolve
|
||||
@public
|
||||
@static
|
||||
@for rsvp
|
||||
@param {*} value value that the returned promise will be resolved with
|
||||
@param {String} [label] optional string for identifying the returned promise.
|
||||
Useful for tooling.
|
||||
@return {Promise} a promise that will become fulfilled with the given
|
||||
`value`
|
||||
*/
|
||||
export default function resolve(value, label) {
|
||||
return Promise.resolve(value, label);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue