mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
rename node-irc to irc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="node-irc.d.ts" />
|
||||
/// <reference path="irc.d.ts" />
|
||||
// https://github.com/martynsmith/node-irc/blob/master/example/bot.js
|
||||
|
||||
import irc = require('irc');
|
||||
2
node-irc/node-irc.d.ts → irc/irc.d.ts
vendored
2
node-irc/node-irc.d.ts → irc/irc.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for node-irc v0.3.12
|
||||
// Type definitions for irc v0.3.12
|
||||
// Project: https://github.com/martynsmith/node-irc
|
||||
// Definitions by: phillips1012 <https://github.com/phillips1012>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
Reference in New Issue
Block a user