sutom/ts/mots/motsATrouver.ts

4 lines
134 B
TypeScript
Raw Normal View History

2022-01-10 19:34:58 +01:00
export default class MotsATrouver {
public static readonly Liste: Array<string> = ["DIFFUSION", "NEGATIVE", "ABSENCE", "LISTES"];
}