2017-12-11 10:36:46 -06:00
|
|
|
/* SystemJS module definition */
|
2021-08-17 07:42:53 -05:00
|
|
|
// eslint-disable-next-line no-var
|
2018-10-18 07:35:31 -05:00
|
|
|
declare var module: NodeModule
|
|
|
|
|
2017-12-11 10:36:46 -06:00
|
|
|
interface NodeModule {
|
2018-10-18 07:35:31 -05:00
|
|
|
id: string
|
2017-12-11 10:36:46 -06:00
|
|
|
}
|
2020-11-19 09:26:32 -06:00
|
|
|
|
2024-02-22 03:12:04 -06:00
|
|
|
declare module 'markdown-it-emoji/lib/light.mjs'
|