UNPKG

304 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = {
7 lang: 'en_US',
8 copy: 'copy',
9 cut: 'cut',
10 copyReady: 'copied',
11 cutReady: 'cut',
12 copyToClipboard: 'copy to clipboard',
13 close: 'close'
14};
15module.exports = exports['default'];
\No newline at end of file