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
/
utils
/
files.d.ts
8 lines
(7 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="node" />
export
interface
FileByUrl
{
length
:
number
;
data
:
Buffer
;
mimetype
:
string
; }
export
declare
const
getFileByUrl
:
(
url
:
string
|
null
) =>
Promise
<
FileByUrl
|
null
>;