0.1.9 • Published 1 year ago

@amisa/types v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@amisa/types

This package contains shared types of amisa's packages.

If you are looking for types of amisa globals, you can import them from @amisa/globals package:

If you prefer to omit imports, a similar result can be achieved installing the @types/amisa package. Note that this is a third party library maintained at DefinitelyTyped and may not cover the latest amisa features.

Another use-case for @types/amisa is a typed amisa config as those types are not provided by amisa out of the box:

// amisa.config.ts
import type { Config } from '@amisa/types'

const config: Config.InitialOptions = {
  // some typed config
}

export default config
0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.20

1 year ago

0.1.1

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.15

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.0

1 year ago