forked from defunkt/toes
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
declare var __GIT_SHA__: string
|
|
|
|
export const SHA: string = typeof __GIT_SHA__ !== 'undefined' ? __GIT_SHA__ : 'dev'
|