1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(packages/stdlib): update import statement to use single quotes in mapRange function, lowercase in test desciptions

This commit is contained in:
2024-05-02 06:53:46 +07:00
parent 8a33f6945c
commit 7091352be2
4 changed files with 6 additions and 4 deletions

View File

@@ -2,4 +2,6 @@ export * from './text';
export * from './math';
export * from './patterns';
export * from './bits';
export * from './structs';
export * from './structs';
export * from './arrays';
export * from './types';