UNPKG
@nmscd/coordinate-conversion
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
Library to convert NMS coordinates
nmscd.com/Coordinate-Conversion/
NMSCD/Coordinate-Conversion
@nmscd/coordinate-conversion
/
dist
/
src
/
helper
/
handleGlyphInput.d.ts
4 lines
(2 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
import
{
GlyphInput
}
from
'../types/glyphTypes'
;
export
declare
const
handleGlyphCode
:
(
input
:
GlyphInput
) =>
string
;