temp
This commit is contained in:
parent
78d581c98c
commit
3b19cd8581
15
src/web.ts
15
src/web.ts
@ -1,7 +1,12 @@
|
||||
export * from './page.ts';
|
||||
export * from './web-env.ts';
|
||||
import { Page } from './page.ts';
|
||||
import * as WebEnv from './web-env.ts';
|
||||
|
||||
export * from 'nanoid';
|
||||
export * from 'path-to-regexp';
|
||||
import { nanoid } from 'nanoid';
|
||||
import * as PathToREgexp from 'path-to-regexp';
|
||||
|
||||
export * from 'eventemitter3';
|
||||
export const WebModule = {
|
||||
Page,
|
||||
WebEnv,
|
||||
nanoid,
|
||||
PathToREgexp,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user