Skip to content

Commit 4499de5

Browse files
committed
added no data to typing
1 parent 2debd2a commit 4499de5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geowarp.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ export default function geowarp(options: {
1010
in_data: data,
1111
in_bbox: bbox,
1212
in_layout?: string,
13+
in_no_data?: number | null | undefined,
1314
in_srs?: srs | undefined,
1415
in_width: number,
1516
in_height: number,
1617
out_bands?: number[] | Readonly<number[]> | undefined,
1718
out_bbox?: bbox | undefined,
1819
out_data?: data,
1920
out_layout?: string | undefined,
21+
out_no_data?: number | null | undefined,
2022
out_srs?: srs | undefined,
2123
out_pixel_depth?: number | undefined,
2224
out_height: number,

0 commit comments

Comments
 (0)