Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/chap.ts
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
/// <reference path="../typings/node/node.d.ts" />
// <reference path="../typings/node/node.d.ts" />
import crypto = require("crypto");

module chap {
Expand DownExpand Up@@ -409,4 +409,4 @@ module chap {
}


export = chap;
export = chap;