mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
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