8 lines
109 B
TypeScript
8 lines
109 B
TypeScript
/// <reference types="node" />
|
|
|
|
import * as smartntml from '@push.rocks/smartntml';
|
|
|
|
export {
|
|
smartntml,
|
|
}
|