1.1.2 • Published 7 years ago
tfk-generate-archive-title v1.1.2
tfk-generate-archive-title
Generates title for archive
Usage
const generateTitle = require('tfk-generate-archive-title')
const data = require('./data')
const titles = generateTitle(data)
console.log(titles)
returns
{
title: 'The title with all info',
publicTitle: 'The title with less info'
}