Skip to content

Commit

Permalink
翻译 ResourceMap
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Apr 15, 2020
1 parent 1e0a13d commit 353fbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2043,12 +2043,12 @@ declare namespace Deno {
*/
export function metrics(): Metrics;

/** **UNSTABLE**: reconsider representation. */
/** **不稳定**: 重新考虑表示方法。 */
interface ResourceMap {
[rid: number]: string;
}

/** **UNSTABLE**: The return type is under consideration and may change.
/** **不稳定**: The return type is under consideration and may change.
*
* Returns a map of open _file like_ resource ids (rid) along with their string
* representations.
Expand Down

0 comments on commit 353fbda

Please sign in to comment.