Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

a-t-x-m/encodings

Repository files navigation

@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
{ 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