marcus-grant / brain2

My 2nd brain zettelkasten statically generated wiki using gatsby
0 stars 0 forks source link

Replace lodash func camelcase with a utility function export #12

Open marcus-grant opened 1 year ago

marcus-grant commented 1 year ago

Lodash is always a huge import, create your own version in a src/util/dash.ts file.

Here is the implementation lines from the lodash project of the camelcase function