UNPKG
@rawmodel/parser
Version:
latest (3.0.0-alpha0)
3.0.0-alpha0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
Parser and type casting for RawModel.
github.com/rawmodel/framework
rawmodel/framework
@rawmodel/parser
/
dist
/
core
/
parser.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
{
ParserConfig
}
from
'./types'
;
export
declare
function
parse
(
value
:
any
,
config
:
ParserConfig
):
any
;