UNPKG

english-verbs-gerunds

Version:

English irregular gerunds list (-ing), based on WordNet

9 lines (8 loc) 156 B
/** * @license * Copyright 2021 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */ export interface EnglishGerunds { [inf: string]: string; }