fix(core): update
This commit is contained in:
3
ts/index.ts
Normal file
3
ts/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import * as plugins from './smartping.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
5
ts/smartping.plugins.ts
Normal file
5
ts/smartping.plugins.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as ping from 'ping';
|
||||
|
||||
export {
|
||||
ping
|
||||
}
|
Reference in New Issue
Block a user