// Type definitions for ascii-chr 0.4.0
// Project: https://github.com/AlexMasterov/ascii-chr.js
// Definitions by: Alex Masterov <https://github.com/AlexMasterov>
// TypeScript Version: 3.0

declare module 'ascii-chr' {
  type charCodes = array<string>;
  type charCodes2 = array<string>;
}
