UNPKG
parse-literals
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Parse template literals from code
github.com/asyncLiz/parse-literals
asyncLiz/parse-literals
parse-literals
/
index.d.ts
7 lines
(6 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
TypescriptStrategy
}
from
'./src/strategies/typescript'
;
export
*
from
'./src/models'
;
export
*
from
'./src/parseLiterals'
;
export
declare
const
strategies
: {
typescript
:
TypescriptStrategy
; };