Shared utility functions for the Lumen design system.
Shared utility functions for the Lumen design system.
1. Create your utility function in src/lib/
2. Export it from src/index.ts
3. Add tests in the corresponding .spec.ts file
4. Update this README with usage examples
``bashBuild the library
npx nx build @ledgerhq/lumen-utils-shared
- Keep utilities pure and side-effect free
- Add comprehensive tests for all functions
- Use TypeScript for type safety
- Follow existing naming conventions