mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(build): rename ionic directory to src and update all references in the build process.
This commit is contained in:
4
src/util.ts
Normal file
4
src/util.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import * as domUtil from './util/dom';
|
||||
export const dom = domUtil;
|
||||
export * from './util/util';
|
||||
export * from './util/datetime-util';
|
Reference in New Issue
Block a user