@identity-js/string-identity 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/index.js +724 -724
- package/package.json +346 -346
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
This project provides a robust, highly modular, and massively dependent implementation of the simple string identity function (`f(x) = x`). We believe in the principle of **10x Engineering**: why use a single line of JavaScript when you can use hundreds of independently published packages? Learn more at [the 10x'ly Website](https://10xengineersqualityprogramming.github.io) today.
|
|
6
6
|
|
|
7
|
+
This package is part of [identity.js](https://github.com/10xEngineersQualityProgramming/identity)
|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
Due to the exhaustive nature of our dependencies, installation may take a moment.
|