0.1.1 • Published 4 years ago

@atxm/encodings v0.1.1

Weekly downloads
-
License
MIT OR GPL-2.0
Repository
github
Last release
4 years ago

@atxm/encodings

npm npm CircleCI David

List of supported Atom text encodings

Installation

npm install @atxm/encodings -S

Usage

Examples:

// JavaScript
import { encodings } from '@atxm/encodings';

console.log('List of supported encodings', encodings);
# CoffeeScript
const { encodings } = require "@atxm/encodings"

console.log "List of supported encodings", encodings

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0