UNPKG
figma-timelapse
Version:
latest (1.0.6)
1.0.6
1.0.5
Tool to create a timelapse of a Figma board
github.com/rieset/figma-timelapse
rieset/figma-timelapse
figma-timelapse
/
dist
/
common.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
TimelapseOptions
}
from
'./timelapse.model'
;
export
declare
const
common
:
(
cmd
:
any
,
options
:
TimelapseOptions
) =>
Promise
<
any
>;