mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 18:50:25 +08:00
9 lines
188 B
TypeScript
9 lines
188 B
TypeScript
import irregularPluralsJson = require('./irregular-plurals.json');
|
|
|
|
declare const irregularPlurals: ReadonlyMap<
|
|
keyof typeof irregularPluralsJson,
|
|
string
|
|
>;
|
|
|
|
export = irregularPlurals;
|