@algorithm.ts/circular-queue
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "@algorithm.ts/circular-queue", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Circular queue in Typescript", | ||
@@ -42,3 +42,3 @@ "author": { | ||
}, | ||
"gitHead": "73206d88d133e51d33a131d25e0ba7309409038a" | ||
"gitHead": "bee612385e4e6104f08e48d4d534413abcb18c33" | ||
} |
@@ -76,2 +76,9 @@ <header> | ||
* deno | ||
```typescript | ||
import { createCircularQueue } from 'https://raw.githubusercontent.com/guanghechen/algorithm.ts/main/packages/circular-queue/src/index.ts' | ||
``` | ||
## Usage | ||
@@ -78,0 +85,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12234
128