mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* Added types for blobshape * Update the tydpees for the parameters in blobshape * Fixed tests & types for blobshape
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import blobshape = require('blobshape');
|
|
|
|
// $ExpectedType {path: string, seedValue: number}
|
|
blobshape();
|