mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
20 lines (19 loc) • 565 B
TypeScript
import Archive from './archive';
import Crypto from './crypto';
import HashTable from './hashtable';
import Hash from './hash';
import BlockTable from './blocktable';
import Block from './block';
import File from './file';
import { isArchive } from './isarchive';
declare const _default: {
Archive: typeof Archive;
Crypto: typeof Crypto;
HashTable: typeof HashTable;
Hash: typeof Hash;
BlockTable: typeof BlockTable;
Block: typeof Block;
File: typeof File;
isArchive: typeof isArchive;
};
export default _default;