We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2976f commit 4b4bac3Copy full SHA for 4b4bac3
1 file changed
src/modules/internet/index.ts
@@ -876,14 +876,14 @@ export class InternetModule extends ModuleBase {
876
/**
877
* Generates a random mac address.
878
*
879
- * @param sep The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`.
+ * @param separator The optional separator to use. Can be either `':'`, `'-'` or `''`. Defaults to `':'`.
880
881
* @example
882
* faker.internet.mac() // '32:8e:2e:09:c6:05'
883
884
* @since 3.0.0
885
*/
886
- mac(sep?: string): string;
+ mac(separator?: string): string;
887
888
889
0 commit comments