Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ singularize
Method
singularize
src/utils.d.ts:10–10 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
8
9
export
interface
Inflector {
10
singularize(str: string): string;
11
pluralize(str: string): string;
12
}
13
Callers
7
utils.test.js
File · 0.80
init
Method · 0.80
singularize
Function · 0.80
constructor
Method · 0.80
_createForeignAndOtherKeys
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected