UNPKG
@gaikema/emojify
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transform a block of text into an emojipasta
www.mattgaikema.com/Static/Emojify/index.html
@gaikema/emojify
/
src
/
require.d.ts
8 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/* https://github.com/TypeStrong/ts-loader/issues/30#issuecomment-128456710 */
declare
var
require
: { <T>(
path
:
string
): T; (
paths
:
string
[],
callback
:
(
...
modules
:
any
[]
) =>
void
):
void
;
ensure
:
(
paths
:
string
[],
callback
: (
require
: <T>(path:
string
) => T) =>
void
) =>
void
; };