UNPKG

sif

Version:

Sifts important data so fast that it's "t" drops off.

30 lines (27 loc) 1.06 kB
'use strict'; /* _, ,--. ,---. * /(_ ,---. `--' / .-' * | '-._ . ' . ( .-' ,--. | `-, * \ ,-.) -= * =- .-' `) | | | .-' * \((` .( '/. ' `----' `--' `--' * )\ _/ / just like magic * .-' '--. / * \, \ /| * ';,_) _)'\ \,// This program is distributed * `\ ( '._/ under the terms of the MIT license. * | . '. * | \ Please see the `LICENSE.md` file for details. * | \| | * \ | / Send your comments and suggestions to… * '.| / <https://github.com/v0lkan/sif/issues>. */ Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = { noTitleFoundForUrl: function noTitleFoundForUrl(url) { return 'no title found for: "' + url + '"; I\'ll leave it untouched. — Please file an issue at https://github.com/v0lkan/sif/issues/new to get it fixed.'; } }; module.exports = exports['default']; //# sourceMappingURL=message.js.map