blob: 213224f11bbaeaf1d446ab6239da4e8396d4aca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* This file is automatically generated.
* Run 'pnpm run generate:locales' to update.
*/
import type { HackerDefinition } from '../../..';
import adjective from './adjective';
import noun from './noun';
import phrase from './phrase';
import verb from './verb';
const hacker: HackerDefinition = {
adjective,
noun,
phrase,
verb,
};
export default hacker;
|