Skip to content

Commit c4d2e9d

Browse files
committed
npm run release
1 parent 638d056 commit c4d2e9d

20 files changed

+73
-52
lines changed

dist/__tests__/nifti-not-nifti.spec.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/nifti-not-nifti.spec.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/nifti1.spec.js

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/nifti1.spec.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/nifti2-gz.spec.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/__tests__/nifti2-gz.spec.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/nifti.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export declare function decompress(data: ArrayBuffer): ArrayBufferLike;
3838
/**
3939
* Reads and returns the header object.
4040
* @param {ArrayBuffer} data
41-
* @returns {NIFTI1|NIFTI2|null}
41+
* @returns {NIFTI1|NIFTI2}
4242
*/
43-
export declare function readHeader(data: ArrayBuffer, isHdrImgPairOK?: boolean): NIFTI1 | NIFTI2 | null;
43+
export declare function readHeader(data: ArrayBuffer, isHdrImgPairOK?: boolean): NIFTI1 | NIFTI2;
4444
/**
4545
* Returns true if this header contains an extension.
4646
* @param {NIFTI1|NIFTI2} header

dist/src/nifti.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/nifti.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)