Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
k-l-lambda
/
lotus
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f6ab9b
lotus
/
backend
/
loadLilyParserNode.ts
k-l-lambda
commit lotus dist.
d605f27
4 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
import
loadJisonParser
from
"./loadJisonParserNode"
;
import
{
Parser
}
from
"../inc/jisonWrapper"
;
export
default
():
Promise
<
Parser
> =>
loadJisonParser
(
"./jison/lilypond.jison"
);