UNPKG

derw

Version:

An Elm-inspired language that transpiles to TypeScript

7 lines (6 loc) 228 B
export { getNameFromPath }; export { isTestFile }; export { hashCode }; declare function getNameFromPath(path: string): string; declare function isTestFile(name: string): boolean; declare function hashCode(str: string): number;