@polkadot/util-crypto
Version:
A collection of useful crypto utilities for @polkadot
9 lines (8 loc) • 392 B
JavaScript
export { default as english } from './en.js';
export { default as spanish } from './es.js';
export { default as french } from './fr.js';
export { default as italian } from './it.js';
export { default as japanese } from './jp.js';
export { default as korean } from './ko.js';
export { default as chineseSimplified } from './zh-s.js';
export { default as chineseTraditional } from './zh-t.js';