import { camelCase, difference } from "tspedia";
camelCase("hello world"); // 'HelloWorld'
difference([1, 2, 3], [2, 3, 4]); // [1,4]-
Notifications
You must be signed in to change notification settings - Fork 0
teexeo/tspedia
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
JavaScript and TypeScript helper functions.
Topics
Resources
Stars
Watchers
Forks
Packages 0
No packages published