added dedicated export for getting a single starwars name

This commit is contained in:
Claas Ahlrichs
2018-06-20 06:43:48 +02:00
parent b132594ece
commit 2a60a12d0a
+2 -1
View File
@@ -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[];