mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 19:16:51 +00:00
9 lines
146 B
TypeScript
9 lines
146 B
TypeScript
/**
|
|
* @fileOverview
|
|
*
|
|
* Created on 4/11/16.
|
|
* @author Siggi Orn <siggi@jibo.com>
|
|
*/
|
|
import { Tunable } from './Tunable';
|
|
export { Tunable };
|