FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 81f2c9d1 authored by Mike Bamford's avatar Mike Bamford
Browse files

initial commit

parent c06b8e65
No related branches found
No related tags found
No related merge requests found
module.exports = function tiny(string) {
if (typeof string !== "string") throw new TypeError("Tiny wants a string!");
return string.replace(/\s/g, "");
};
{
"name": "@msb.me.uk/react-components",
"version": "1.0.0",
"description": "Common react components",
"license": "MIT",
"repository": "https://gitlab.developers.cam.ac.uk/mb2174/react-components",
"main": "index.js",
"keywords": [
"common",
"react",
"components",
"npm",
"package",
"mb2174"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment