UNPKG
shnippet
Version:
latest (0.0.4-alpha)
next (1.0.0-alpha.2)
1.0.0-alpha.2
1.0.0-alpha.0
0.1.1-alpha.0
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
A snippet extraction tool for various programming languages.
shnippet
/
dist
/
client.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import
{ snippetManager }
from
'./utils/snippetManager.js'
;
import
type
{
SnippetResult
,
SnippetConfig
}
from
'./types/index.js'
;
export
{ snippetManager };
export
type
{
SnippetResult
,
SnippetConfig
};