fix(core): update
This commit is contained in:
		| @@ -2,7 +2,7 @@ import { expect, tap } from '@pushrocks/tapbundle'; | ||||
| import * as typedrequestInterfaces from '../ts/index'; | ||||
|  | ||||
| tap.test('first test', async () => { | ||||
|   console.log(typedrequestInterfaces.standardExport); | ||||
|    | ||||
| }); | ||||
|  | ||||
| tap.start(); | ||||
|   | ||||
| @@ -1,8 +1,5 @@ | ||||
| import * as plugins from './typedrequest-interfaces.plugins'; | ||||
|  | ||||
| export let standardExport = 'Hi there! :) This is an exported string'; | ||||
|  | ||||
|  | ||||
| export interface ITypedRequest { | ||||
|   method: string; | ||||
|   request: object; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user