mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
rename to pathjs
This commit is contained in:
parent
e4ea80a783
commit
f9694258d2
@ -1,4 +1,4 @@
|
||||
/// <reference path="path.d.ts" />
|
||||
/// <reference path="pathjs.d.ts" />
|
||||
|
||||
Path.map("/test/:id")
|
||||
.to(()=>{ });
|
||||
2
pathjs/path.d.ts → pathjs/pathjs.d.ts
vendored
2
pathjs/path.d.ts → pathjs/pathjs.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for Pathjs v0.8.4
|
||||
// Project: https://github.com/mtrpcic/pathjs/blob/master/path.js
|
||||
// Project: https://github.com/mtrpcic/pathjs
|
||||
// Definitions by: Lokesh Peta <https://github.com/lokeshpeta/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
Loading…
Reference in New Issue
Block a user