Installation
npm install --save @types/starwars-names
Summary
This package contains type definitions for starwars-names (https://github.com/kentcdodds/starwars-names#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/starwars-names.
index.d.ts
export as namespace starwarsNames;
export const all: string[];
export function random(): string;
export function random(number: number): string[];
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Claas Ahlrichs.