UNPKG
tell-me-when
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
human relative date and time parser
github.com/jedwards1211/tell-me-when
jedwards1211/tell-me-when
tell-me-when
/
util
/
getGrammar.d.ts
6 lines
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
GrammarNode
}
from
'./GrammarNode'
;
import
{
SupportedLocale
}
from
'../locales'
;
export
declare
function
getGrammar
(
{ locales: localeNames, }?: { locales?: SupportedLocale[]; }
):
GrammarNode
;
//# sourceMappingURL=getGrammar.d.ts.map