yangcht_obsidian-things-too.../node_modules/lodash.truncate
2026-06-13 19:10:09 +02:00
..
index.js Initial commit 2026-06-13 19:10:09 +02:00
LICENSE Initial commit 2026-06-13 19:10:09 +02:00
package.json Initial commit 2026-06-13 19:10:09 +02:00
README.md Initial commit 2026-06-13 19:10:09 +02:00

lodash.truncate v4.4.2

The lodash method _.truncate exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.truncate

In Node.js:

var truncate = require('lodash.truncate');

See the documentation or package source for more details.