0.0.5 • Published 4 years ago
@stebunting/library v0.0.5
Helper Functions
Common functions that I use that I don't want to keep remaking
Capitalise
capitalise(str);
Capitalise a string, converts first letter to uppercase and remainer to lowercase.
MongoDate
mongoDate(mongoId)
Return a JavaScript date object from a stringified Mongo ID.