sdk/ts/sdk.plugins.ts

8 lines
136 B
TypeScript
Raw Normal View History

2020-03-24 23:32:43 +00:00
// node native scope
import * as path from 'path';
// @tsclass scope
import * as tsclass from '@tsclass/tsclass';
export { tsclass };