mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #6346 from louislarry/patch-1
add function seed to faker.d.ts
This commit is contained in:
Vendored
+2
@@ -171,6 +171,8 @@ declare module Faker {
|
||||
uuid(): string;
|
||||
boolean(): boolean;
|
||||
};
|
||||
|
||||
seed(value: number): void;
|
||||
}
|
||||
|
||||
interface Card {
|
||||
|
||||
Reference in New Issue
Block a user