fix(core): update

This commit is contained in:
2023-01-06 10:36:54 +01:00
commit dab858453d
13 changed files with 4754 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/isotransport',
version: '1.0.2',
description: 'a bi-directional, multiplatform, best-effort transport'
}

3
ts/index.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from './isotransport.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';

View File

@ -0,0 +1,2 @@
const removeme = {};
export { removeme };