mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
added dedicated export for getting a single starwars name
This commit is contained in:
Vendored
+2
-1
@@ -5,4 +5,5 @@
|
||||
|
||||
export as namespace starwarsNames;
|
||||
export const all: string[];
|
||||
export function random(number?: number): number;
|
||||
export function random(): string;
|
||||
export function random(number: number): string[];
|
||||
|
||||
Reference in New Issue
Block a user