UNPKG
remark-code-snippets
Version:
latest (1.1.0)
next (0.1.2)
1.1.0
1.0.1
1.0.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Import snippets of source code from files as code blocks
jknoxville/remark-code-snippets
remark-code-snippets
/
dist
/
arguments.d.ts
6 lines
(5 loc)
•
73 B
TypeScript
View Raw
1
2
3
4
5
6
declare
type
Args
= {
start
?:
any
;
file
?:
any
;
end
?:
any
; };