Merge pull request #6346 from louislarry/patch-1

add function seed to faker.d.ts
This commit is contained in:
Masahiro Wakame
2015-10-21 22:44:05 +09:00
+2
View File
@@ -171,6 +171,8 @@ declare module Faker {
uuid(): string;
boolean(): boolean;
};
seed(value: number): void;
}
interface Card {