mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
rename node-irc to irc
This commit is contained in:
parent
155e657e34
commit
38571cb9dd
@ -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
|
||||
Loading…
Reference in New Issue
Block a user