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