fix(core): update

This commit is contained in:
2020-05-25 22:14:37 +00:00
parent e27bd8a53f
commit f40287fbb6
4 changed files with 1832 additions and 44 deletions

View File

@ -1,5 +1,6 @@
import * as plugins from './domtools.plugins';
import { Stringmap, FastMap } from '@pushrocks/lik';
import { Stringmap } from '@pushrocks/lik/dist_ts/lik.stringmap';
import { FastMap } from '@pushrocks/lik/dist_ts/lik.fastmap';
export class DomTools {
public static async setupDomTools() {

View File

@ -0,0 +1 @@
import * as plugins from './domtools.plugins';