Skip to content

Commit

Permalink
add signatures for dimension scale creation/attach/detach functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Nov 2, 2023
1 parent 04ca76f commit 06aa6c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hdf5_util_helpers.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export interface H5Module extends EmscriptenModule {
get_plugin_search_paths(): string[],
insert_plugin_search_path(search_path: string, index: number): number,
remove_plugin_search_path(index: number): number,
set_scale(loc_id: bigint, dset_name: string, dim_name: string): number,
attach_scale(loc_id: bigint, target_dset_name: string, dimscale_dset_name: string, index: number): number,
detach_scale(loc_id: bigint, target_dset_name: string, dimscale_dset_name: string, index: number): number,
}

export declare type Filter = {
Expand Down

0 comments on commit 06aa6c4

Please sign in to comment.