UNPKG
derw
Version:
latest (0.1.0)
0.1.0
0.0.11-0
0.0.10
0.0.9
0.0.9-38
0.0.9-37
0.0.9-36
0.0.9-35
0.0.9-34
0.0.9-33
0.0.9-32
0.0.9-31
0.0.9-30
0.0.9-29
0.0.9-28
0.0.9-27
0.0.9-26
0.0.9-25
0.0.9-24
0.0.9-22
0.0.9-21
0.0.9-20
0.0.9-19
0.0.9-18
0.0.9-17
0.0.9-16
0.0.9-15
0.0.9-14
0.0.9-13
0.0.9-12
0.0.9-11
0.0.9-10
0.0.9-9
0.0.9-8
0.0.9-7
0.0.9-6
0.0.9-5
0.0.9-4
0.0.9-3
0.0.9-2
0.0.9-1
0.0.9-0
0.0.8
0.0.7
0.0.7-0
0.0.6
0.0.6-0
0.0.5
0.0.4
0.0.3
0.0.3-32
0.0.3-31
0.0.3-30
0.0.3-29
0.0.3-28
0.0.3-26
0.0.3-25
0.0.3-24
0.0.3-23
0.0.3-22
0.0.3-21
0.0.3-20
0.0.3-19
0.0.3-18
0.0.3-17
0.0.3-16
0.0.3-15
0.0.3-14
0.0.3-13
0.0.3-12
0.0.3-11
0.0.3-10
0.0.3-9
0.0.3-8
An Elm-inspired language that transpiles to TypeScript
github.com/eeue56/derw
eeue56/derw
derw
/
build
/
Utils.d.ts
7 lines
(6 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
{ getNameFromPath };
export
{ isTestFile };
export
{ hashCode };
declare
function
getNameFromPath
(
path
:
string
):
string
;
declare
function
isTestFile
(
name
:
string
):
boolean
;
declare
function
hashCode
(
str
:
string
):
number
;