UNPKG

@git-emoji/dataset-js

Version:

Emoji data and contextual emoji data

10 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const assert = require("assert"); const index = require("../index"); suite('Exports', function () { test('version ', function () { assert.ok(index.version && index.version.length > 0); }); }); //# sourceMappingURL=index.test.js.map