0.0.2 • Published 2 years ago

@test-fixtures/lorem v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm node

@test-fixtures/lorem

This is a test fixture as a JS module containing the text Lorem Ipsum 1024 bytes long.

Install

npm i -D @test-fixtures/lorem

Usage

const lorem = require('@test-fixtures/lorem');

console.log('Title: ', lorem.getTitle());    // Lorem Ipsum
console.log('Text: ', lorem.getText());      // 1024 bytes of text
console.log('Text size: ', lorem.getSize()); // 1024