add function seed to faker.d.ts

This commit is contained in:
Louis Larry
2015-10-19 08:18:33 +07:00
parent af5b8275d1
commit 17463fd8c7
+2
View File
@@ -171,6 +171,8 @@ declare module Faker {
uuid(): string;
boolean(): boolean;
};
seed(value: number): void;
}
interface Card {