7 lines
245 B
TypeScript
7 lines
245 B
TypeScript
/**
|
|
* Shared code between client and server
|
|
* Useful to share types between client and server
|
|
* and/or small pure JS functions that can be used on both client and server
|
|
*/
|
|
|
|
// Demo API types removed - application running in production mode
|