reorganize directory and file structure
This commit is contained in:
parent
1d826ea8d4
commit
48390b8556
99 changed files with 1155 additions and 1629 deletions
2
lib/primitives/symbol.js
Normal file
2
lib/primitives/symbol.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const getHumanReadableName = symbol => symbol.slice(0, -34); // drop UUID
|
||||
export const eqSymbol = a => b => a === b;
|
||||
Loading…
Add table
Add a link
Reference in a new issue