feat: aggiunge CLI unificata, build vocabolario e filtro lessicale
This commit is contained in:
14
package/dist/index.d.ts
vendored
Normal file
14
package/dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2021 Ludan Stoecklé
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
export type Genders = 'M' | 'F';
|
||||
export interface WordInfo {
|
||||
G: Genders | null;
|
||||
S?: string | null;
|
||||
P: string | null;
|
||||
}
|
||||
export interface WordsInfo {
|
||||
[key: string]: WordInfo;
|
||||
}
|
||||
Reference in New Issue
Block a user