Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Expose deployCode api
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Sep 11, 2019
1 parent 9f4e68c commit 9a5bd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/service/src/deploy/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,5 @@ function parseFromCode(deploycode: Uint8Array | string): DeployHeader | null {
// Convenience api export.
export const header = {
parseFromCode,
deployCode: DeployHeader.deployCode,
};

0 comments on commit 9a5bd61

Please sign in to comment.