UNPKG
barbells
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
[//]: # ( ns__file unit: standard, comp: README.md )
github.com/YizYah/barbells
YizYah/barbells
barbells
/
lib
/
custom
/
registerPartials.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
export
declare
function
registerPartial
(
path
:
string
,
name
:
string
,
Handlebars
:
any
):
Promise
<
void
>;
export
declare
function
registerPartials
(
dir
:
string
,
Handlebars
:
any
):
Promise
<
void
>;