add verbs
This commit is contained in:
parent
3def4c807e
commit
6f7616823f
5 changed files with 13 additions and 4 deletions
8
data/index.js
Normal file
8
data/index.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { createRequire } from 'module';
|
||||
const require = createRequire(import.meta.url);
|
||||
|
||||
const toInfinitiveJson = require('./toInfinitive.json');
|
||||
const verbsJson = require('./verbs.json');
|
||||
|
||||
export const toInfinitive = toInfinitiveJson;
|
||||
export const verbs = verbsJson;
|
||||
Loading…
Add table
Add a link
Reference in a new issue