Skip to content

Commit 12de554

Browse files
Merge pull request andrewmclagan#8 from AnthonyCrowcroft/master
Type Definitions
2 parents 80daf05 + c48403d commit 12de554

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/node/dist/types.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module "@beam-australia/react-env" {
2+
function env(key: string): string
3+
export = env
4+
}

0 commit comments

Comments
 (0)