UNPKG

@polkadot/dev

Version:

A collection of shared CI scripts and development environment used by @polkadot projects

9 lines (8 loc) 207 B
/** This tests augmentation outputs, e.g. as used in the polkadot-js/api */ export interface Something { bar: string; foo: string; } declare module '@polkadot/dev/types' { const blah: string; }