blob: 03bd17a48abc9844c6ebefea82568578f847707b [file] [log] [blame]
import './index';
import { $$ } from '../dom';
import { SortSk } from './sort-sk';
const sortSk = $$('#as_table')! as SortSk;
sortSk.sort('name', 'up', true);