``refactor Add explicit type annotation to isDevelopment variable in check-is-development utility function
``
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
const isDevelopment = process.env.NEXT_PUBLIC_ENVIRONMENT === 'development';
|
||||
const isDevelopment: boolean = process.env.NEXT_PUBLIC_ENVIRONMENT === 'development';
|
||||
export default isDevelopment;
|
||||
|
Reference in New Issue
Block a user