UNPKG
eslint-plugin-logical-properties
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
sabinmarcu.dev/api/eslint-plugin-logical-properties
sabinmarcu/omnirepo
eslint-plugin-logical-properties
/
dist
/
utils
/
getValidPropertyName.d.ts
3 lines
•
192 B
TypeScript
View Raw
1
2
3
import
type
{
ValidProperty
}
from
'../types.js'
;
export
declare
const
getValidPropertyName
:
(
property
:
ValidProperty
) =>
string
|
undefined
;
//# sourceMappingURL=getValidPropertyName.d.ts.map