interfaces/ts/index.ts

6 lines
84 B
TypeScript
Raw Normal View History

import * as pagechecks from './ul-interfaces.pagechecks';
2019-11-30 10:02:46 +00:00
export {
pagechecks
};