Skip to content

Commit b59bb17

Browse files
author
Patrick Housley
committed
More complexe example app.
1 parent 2975a7b commit b59bb17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3180
-1043
lines changed

custom-typings/webpack-require.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare var require: {
2+
<T>(path: string): T;
3+
(paths: string[], callback: (...modules: any[]) => void): void;
4+
ensure: (paths: string[], callback: (require: <T>(path: string) => T) => void, moduleName?: string) => void;
5+
};

0 commit comments

Comments
 (0)