UNPKG
@royli/hygen
Version:
latest (6.2.0)
6.2.0
5.0.4
The scalable code generator that saves you time.
github.com/jondot/hygen
jondot/hygen
@royli/hygen
/
dist
/
helpers.d.ts
11 lines
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="node" />
import
path
from
'path'
;
import
changeCase
from
'change-case'
;
declare
const
helpers
: {
capitalize
(
str
:
any
):
string
;
inflection
:
any
;
changeCase
:
typeof
changeCase;
path
: path.
PlatformPath
; };
export
default
helpers;
//# sourceMappingURL=helpers.d.ts.map