fix(core): update
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import * as plugins from './typedrequest-interfaces.plugins';
|
||||
|
||||
export let standardExport = 'Hi there! :) This is an exported string';
|
||||
|
||||
|
||||
export interface ITypedRequest {
|
||||
method: string;
|
||||
request: object;
|
||||
response: object;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
}
|
||||
Reference in New Issue
Block a user