mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module Hashids {
|
||||
declare namespace Hashids {
|
||||
|
||||
export interface IHashids {
|
||||
new(salt: string, minHashLength?: number, alphabet?: string): IHashids;
|
||||
@@ -33,4 +33,4 @@ declare module Hashids {
|
||||
declare module 'hashids' {
|
||||
var hashids: Hashids.IHashids;
|
||||
export = hashids;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user